Html Css Color HEX #D4357C Deep Cerise

📋 copy color: '#D4357C'

red 212 ◦ green 53 ◦ blue 124

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

Shades of Deep Cerise #D4357C

Tints of Deep Cerise #D4357C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.88%

R = 54.5%
G = 13.62%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D4357C (or 0xD4357C) is known color: Deep Cerise. HEX triplet: D4, 35 and 7C. RGB value is (212,53,124). Sum of RGB (Red+Green+Blue) = 212+53+124=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 53 (21.09% from 255 or 13.62% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D4357C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4357C is #2BCA83. Grayscale: #6C6C6C. Windows color (decimal): -2869892 or 8140244. OLE color: 8140244.

HSL color Cylindrical-coordinate representation of color #D4357C: hue angle of 333.21º 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 #D4357C is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 53 124 -
CMYK 0 0.75 0.42 0.17
HSL 333.21º 0.65% 0.52% -
HSV(B) 333.21º 0.75% 0.83% -
XYZ 32.06 18 20.85 -
YUV 108.64 136.68 201.73 -
System Red Green Blue C M Y K H S L
Decimal 212 53 124 0 0.75 0.42 0.17 333.21 0.65 0.52
Hex D4 35 7C 0 4B 2A 11 14D 41 34
Octal 324 65 174 0 113 52 21 515 101 64
Binary 11010100 110101 1111100 0 1001011 101010 10001 101001101 1000001 110100

Color Harmonies of #D4357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4357C

Black with #D4357C

Text Example


Text Example

White with #D4357C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4357C; }

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

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

background-color css

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

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

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

border-color css

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

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

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