Html Css Color HEX #D42895 Deep Cerise

📋 copy color: '#D42895'

red 212 ◦ green 40 ◦ blue 149

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

Shades of Deep Cerise #D42895

Tints of Deep Cerise #D42895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.98%

 BLUE value IS 149 (58.59% from 255) = 37.16%

R = 52.87%
G = 9.98%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D42895 (or 0xD42895) is known color: Deep Cerise. HEX triplet: D4, 28 and 95. RGB value is (212,40,149). Sum of RGB (Red+Green+Blue) = 212+40+149=401 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.87% from 401); Green value is 40 (16.02% from 255 or 9.98% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 212 - color contains mainly: red. Hex color #D42895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42895 is #2BD76A. Grayscale: #676767. Windows color (decimal): -2873195 or 9775316. OLE color: 9775316.

HSL color Cylindrical-coordinate representation of color #D42895: hue angle of 321.98º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D42895 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 40 149 -
CMYK 0 0.81 0.30 0.17
HSL 321.98º 0.68% 0.49% -
HSV(B) 321.98º 0.81% 0.83% -
XYZ 33.33 17.68 30.09 -
YUV 103.85 153.48 205.14 -
System Red Green Blue C M Y K H S L
Decimal 212 40 149 0 0.81 0.30 0.17 321.98 0.68 0.49
Hex D4 28 95 0 51 1E 11 142 44 31
Octal 324 50 225 0 121 36 21 502 104 61
Binary 11010100 101000 10010101 0 1010001 11110 10001 101000010 1000100 110001

Color Harmonies of #D42895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42895

Black with #D42895

Text Example


Text Example

White with #D42895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42895; }

 p { color: rgb(212,40,149); }

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

background-color css

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

 a { background-color: rgb(212,40,149); }

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

border-color css

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

 span { border-color: rgb(212,40,149); }

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