Html Css Color HEX #D42175 Deep Cerise

📋 copy color: '#D42175'

red 212 ◦ green 33 ◦ blue 117

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

Shades of Deep Cerise #D42175

Tints of Deep Cerise #D42175

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.12%

 BLUE value IS 117 (46.09% from 255) = 32.32%

R = 58.56%
G = 9.12%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D42175 (or 0xD42175) is known color: Deep Cerise. HEX triplet: D4, 21 and 75. RGB value is (212,33,117). Sum of RGB (Red+Green+Blue) = 212+33+117=362 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.56% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 212 - color contains mainly: red. Hex color #D42175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42175 is #2BDE8A. Grayscale: #5F5F5F. Windows color (decimal): -2875019 or 7676372. OLE color: 7676372.

HSL color Cylindrical-coordinate representation of color #D42175: hue angle of 331.84º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D42175 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 33 117 -
CMYK 0 0.84 0.45 0.17
HSL 331.84º 0.73% 0.48% -
HSV(B) 331.84º 0.84% 0.83% -
XYZ 30.91 16.37 18.36 -
YUV 96.1 139.8 210.67 -
System Red Green Blue C M Y K H S L
Decimal 212 33 117 0 0.84 0.45 0.17 331.84 0.73 0.48
Hex D4 21 75 0 54 2D 11 14C 49 30
Octal 324 41 165 0 124 55 21 514 111 60
Binary 11010100 100001 1110101 0 1010100 101101 10001 101001100 1001001 110000

Color Harmonies of #D42175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42175

Black with #D42175

Text Example


Text Example

White with #D42175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42175; }

 p { color: rgb(212,33,117); }

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

background-color css

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

 a { background-color: rgb(212,33,117); }

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

border-color css

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

 span { border-color: rgb(212,33,117); }

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