Html Css Color HEX #D4357E Deep Cerise

📋 copy color: '#D4357E'

red 212 ◦ green 53 ◦ blue 126

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

Shades of Deep Cerise #D4357E

Tints of Deep Cerise #D4357E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.55%

 BLUE value IS 126 (49.61% from 255) = 32.23%

R = 54.22%
G = 13.55%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D4357E (or 0xD4357E) is known color: Deep Cerise. HEX triplet: D4, 35 and 7E. RGB value is (212,53,126). Sum of RGB (Red+Green+Blue) = 212+53+126=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D4357E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4357E is #2BCA81. Grayscale: #6C6C6C. Windows color (decimal): -2869890 or 8271316. OLE color: 8271316.

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

Color convert

RGB 212 53 126 -
CMYK 0 0.75 0.41 0.17
HSL 332.45º 0.65% 0.52% -
HSV(B) 332.45º 0.75% 0.83% -
XYZ 32.19 18.05 21.53 -
YUV 108.86 137.68 201.56 -
System Red Green Blue C M Y K H S L
Decimal 212 53 126 0 0.75 0.41 0.17 332.45 0.65 0.52
Hex D4 35 7E 0 4B 29 11 14C 41 34
Octal 324 65 176 0 113 51 21 514 101 64
Binary 11010100 110101 1111110 0 1001011 101001 10001 101001100 1000001 110100

Color Harmonies of #D4357E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4357E

Black with #D4357E

Text Example


Text Example

White with #D4357E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4357E; }

 p { color: rgb(212,53,126); }

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

background-color css

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

 a { background-color: rgb(212,53,126); }

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

border-color css

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

 span { border-color: rgb(212,53,126); }

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