Html Css Color HEX #D42B8C Deep Cerise

📋 copy color: '#D42B8C'

red 212 ◦ green 43 ◦ blue 140

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

Shades of Deep Cerise #D42B8C

Tints of Deep Cerise #D42B8C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.89%

 BLUE value IS 140 (55.08% from 255) = 35.44%

R = 53.67%
G = 10.89%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D42B8C (or 0xD42B8C) is known color: Deep Cerise. HEX triplet: D4, 2B and 8C. RGB value is (212,43,140). Sum of RGB (Red+Green+Blue) = 212+43+140=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 43 (17.19% from 255 or 10.89% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D42B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42B8C is #2BD473. Grayscale: #686868. Windows color (decimal): -2872436 or 9186260. OLE color: 9186260.

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

Color convert

RGB 212 43 140 -
CMYK 0 0.80 0.34 0.17
HSL 325.56º 0.66% 0.5% -
HSV(B) 325.56º 0.8% 0.83% -
XYZ 32.75 17.62 26.49 -
YUV 104.59 147.99 204.61 -
System Red Green Blue C M Y K H S L
Decimal 212 43 140 0 0.80 0.34 0.17 325.56 0.66 0.5
Hex D4 2B 8C 0 50 22 11 146 42 32
Octal 324 53 214 0 120 42 21 506 102 62
Binary 11010100 101011 10001100 0 1010000 100010 10001 101000110 1000010 110010

Color Harmonies of #D42B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42B8C

Black with #D42B8C

Text Example


Text Example

White with #D42B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42B8C; }

 p { color: rgb(212,43,140); }

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

background-color css

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

 a { background-color: rgb(212,43,140); }

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

border-color css

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

 span { border-color: rgb(212,43,140); }

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