#D4385A

Color #D4385A Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #D4385A

Tints of Cerise #D4385A

Color information

#D4385A (or 0xD4385A) is unknown color: approx Cerise. HEX triplet: D4, 38 and 5A. RGB value is (212,56,90). Sum of RGB (Red+Green+Blue) = 212+56+90=358 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.22% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 212 - color contains mainly: red. Hex color #D4385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4385A is #2BC7A5. Grayscale: #6A6A6A. Windows color (decimal): -2869158 or 5912788. OLE color: 5912788.

HSL color Cylindrical-coordinate representation of color #D4385A: hue angle of 346.92º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D4385A is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB2125690-
CMYK00.740.580.17
HSL346.92º64.46%52.55%-
HSV(B)346.92º73.58%83.14%-
XYZ30.4117.5611.46-
YUV106.52118.68203.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 59.22%
GREEN value IS 56 (22.27% from 255) = 15.64%
BLUE value IS 90 (35.55% from 255) = 25.14%
R=59.22%
G=15.64%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212569000.740.580.17346.9264.4652.55
HexD4385A04A3A1115b4035
Octal324701320112722153310065
Binary11010100111000101101001001010111010100011010110111000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4385A; }

 p { color: rgb(212,56,90); }

 H1.HeaderClassName
 {
   color: #D4385A;
 }
 .AnyTagClassName
 {
   color: #D4385A;
 }
</style>
background-color css

<style>
 a { background-color: #D4385A; }

 a { background-color: rgb(212,56,90); }

 div.DivClassName
 {
   background-color: #D4385A;
 }
 .BgClassName
 {
   background-color: #D4385A;
 }
</style>
border-color css

<style>
 span { border-color: #D4385A; }

 span { border-color: rgb(212,56,90); }

 td.TdClassName
 {
   border-color: #D4385A;
 }
 .TagClassName
 {
   border-color: #D4385A;
 }
</style>