Html Css Color HEX #D4375A Cerise

📋 copy color: '#D4375A'

red 212 ◦ green 55 ◦ blue 90

#D4375A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #D4375A

Tints of Cerise #D4375A

RGB

 RED value IS 212 (83.2% from 255) = 59.38%

 GREEN value IS 55 (21.88% from 255) = 15.41%

 BLUE value IS 90 (35.55% from 255) = 25.21%

R = 59.38%
G = 15.41%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D4375A (or 0xD4375A) is known color: Cerise. HEX triplet: D4, 37 and 5A. RGB value is (212,55,90). Sum of RGB (Red+Green+Blue) = 212+55+90=357 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.38% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 212 - color contains mainly: red. Hex color #D4375A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4375A is #2BC8A5. Grayscale: #696969. Windows color (decimal): -2869414 or 5912532. OLE color: 5912532.

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

Color convert

RGB 212 55 90 -
CMYK 0 0.74 0.58 0.17
HSL 346.62º 0.65% 0.52% -
HSV(B) 346.62º 0.74% 0.83% -
XYZ 30.36 17.47 11.44 -
YUV 105.93 119.01 203.65 -
System Red Green Blue C M Y K H S L
Decimal 212 55 90 0 0.74 0.58 0.17 346.62 0.65 0.52
Hex D4 37 5A 0 4A 3A 11 15B 41 34
Octal 324 67 132 0 112 72 21 533 101 64
Binary 11010100 110111 1011010 0 1001010 111010 10001 101011011 1000001 110100

Color Harmonies of #D4375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4375A

Black with #D4375A

Text Example


Text Example

White with #D4375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4375A; }

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

 H1.HeaderClassName
 {
   color: #D4375A;
 }
 .AnyTagClassName
 {
   color: #D4375A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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