Html Css Color HEX #D42C8B Deep Cerise

📋 copy color: '#D42C8B'

red 212 ◦ green 44 ◦ blue 139

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

Shades of Deep Cerise #D42C8B

Tints of Deep Cerise #D42C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.19%

R = 53.67%
G = 11.14%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D42C8B (or 0xD42C8B) is known color: Deep Cerise. HEX triplet: D4, 2C and 8B. RGB value is (212,44,139). Sum of RGB (Red+Green+Blue) = 212+44+139=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 44 (17.58% from 255 or 11.14% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D42C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42C8B is #2BD374. Grayscale: #686868. Windows color (decimal): -2872181 or 9120980. OLE color: 9120980.

HSL color Cylindrical-coordinate representation of color #D42C8B: hue angle of 326.07º 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 #D42C8B is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 44 139 -
CMYK 0 0.79 0.34 0.17
HSL 326.07º 0.66% 0.5% -
HSV(B) 326.07º 0.79% 0.83% -
XYZ 32.71 17.66 26.11 -
YUV 105.06 147.16 204.28 -
System Red Green Blue C M Y K H S L
Decimal 212 44 139 0 0.79 0.34 0.17 326.07 0.66 0.5
Hex D4 2C 8B 0 4F 22 11 146 42 32
Octal 324 54 213 0 117 42 21 506 102 62
Binary 11010100 101100 10001011 0 1001111 100010 10001 101000110 1000010 110010

Color Harmonies of #D42C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42C8B

Black with #D42C8B

Text Example


Text Example

White with #D42C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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