Html Css Color HEX #D42C75 Deep Cerise

📋 copy color: '#D42C75'

red 212 ◦ green 44 ◦ blue 117

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

Shades of Deep Cerise #D42C75

Tints of Deep Cerise #D42C75

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.8%

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

R = 56.84%
G = 11.8%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D42C75 (or 0xD42C75) is known color: Deep Cerise. HEX triplet: D4, 2C and 75. RGB value is (212,44,117). Sum of RGB (Red+Green+Blue) = 212+44+117=373 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.84% from 373); Green value is 44 (17.58% from 255 or 11.80% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 212 - color contains mainly: red. Hex color #D42C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42C75 is #2BD38A. Grayscale: #666666. Windows color (decimal): -2872203 or 7679188. OLE color: 7679188.

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

Color convert

RGB 212 44 117 -
CMYK 0 0.79 0.45 0.17
HSL 333.93º 0.66% 0.5% -
HSV(B) 333.93º 0.79% 0.83% -
XYZ 31.26 17.08 18.48 -
YUV 102.55 136.16 206.06 -
System Red Green Blue C M Y K H S L
Decimal 212 44 117 0 0.79 0.45 0.17 333.93 0.66 0.5
Hex D4 2C 75 0 4F 2D 11 14E 42 32
Octal 324 54 165 0 117 55 21 516 102 62
Binary 11010100 101100 1110101 0 1001111 101101 10001 101001110 1000010 110010

Color Harmonies of #D42C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42C75

Black with #D42C75

Text Example


Text Example

White with #D42C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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