Html Css Color HEX #D42F8C Deep Cerise

📋 copy color: '#D42F8C'

red 212 ◦ green 47 ◦ blue 140

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

Shades of Deep Cerise #D42F8C

Tints of Deep Cerise #D42F8C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.78%

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

R = 53.13%
G = 11.78%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D42F8C (or 0xD42F8C) is known color: Deep Cerise. HEX triplet: D4, 2F and 8C. RGB value is (212,47,140). Sum of RGB (Red+Green+Blue) = 212+47+140=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 47 (18.75% from 255 or 11.78% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D42F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42F8C is #2BD073. Grayscale: #6A6A6A. Windows color (decimal): -2871412 or 9187284. OLE color: 9187284.

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

Color convert

RGB 212 47 140 -
CMYK 0 0.78 0.34 0.17
HSL 326.18º 0.66% 0.51% -
HSV(B) 326.18º 0.78% 0.83% -
XYZ 32.9 17.92 26.54 -
YUV 106.94 146.66 202.94 -
System Red Green Blue C M Y K H S L
Decimal 212 47 140 0 0.78 0.34 0.17 326.18 0.66 0.51
Hex D4 2F 8C 0 4E 22 11 146 42 33
Octal 324 57 214 0 116 42 21 506 102 63
Binary 11010100 101111 10001100 0 1001110 100010 10001 101000110 1000010 110011

Color Harmonies of #D42F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42F8C

Black with #D42F8C

Text Example


Text Example

White with #D42F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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