Html Css Color HEX #D42075 Deep Cerise

📋 copy color: '#D42075'

red 212 ◦ green 32 ◦ blue 117

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

Shades of Deep Cerise #D42075

Tints of Deep Cerise #D42075

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.86%

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

R = 58.73%
G = 8.86%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D42075 (or 0xD42075) is known color: Deep Cerise. HEX triplet: D4, 20 and 75. RGB value is (212,32,117). Sum of RGB (Red+Green+Blue) = 212+32+117=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D42075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42075 is #2BDF8A. Grayscale: #5F5F5F. Windows color (decimal): -2875275 or 7676116. OLE color: 7676116.

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

Color convert

RGB 212 32 117 -
CMYK 0 0.85 0.45 0.17
HSL 331.67º 0.74% 0.48% -
HSV(B) 331.67º 0.85% 0.83% -
XYZ 30.88 16.31 18.35 -
YUV 95.51 140.13 211.09 -
System Red Green Blue C M Y K H S L
Decimal 212 32 117 0 0.85 0.45 0.17 331.67 0.74 0.48
Hex D4 20 75 0 55 2D 11 14C 4A 30
Octal 324 40 165 0 125 55 21 514 112 60
Binary 11010100 100000 1110101 0 1010101 101101 10001 101001100 1001010 110000

Color Harmonies of #D42075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42075

Black with #D42075

Text Example


Text Example

White with #D42075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42075; }

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

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

background-color css

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

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

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

border-color css

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

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

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