Html Css Color HEX #D42F9F Deep Cerise

📋 copy color: '#D42F9F'

red 212 ◦ green 47 ◦ blue 159

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

Shades of Deep Cerise #D42F9F

Tints of Deep Cerise #D42F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.04%

R = 50.72%
G = 11.24%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D42F9F (or 0xD42F9F) is known color: Deep Cerise. HEX triplet: D4, 2F and 9F. RGB value is (212,47,159). Sum of RGB (Red+Green+Blue) = 212+47+159=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 47 (18.75% from 255 or 11.24% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D42F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42F9F is #2BD060. Grayscale: #6C6C6C. Windows color (decimal): -2871393 or 10432468. OLE color: 10432468.

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

Color convert

RGB 212 47 159 -
CMYK 0 0.78 0.25 0.17
HSL 319.27º 0.66% 0.51% -
HSV(B) 319.27º 0.78% 0.83% -
XYZ 34.43 18.53 34.56 -
YUV 109.1 156.16 201.39 -
System Red Green Blue C M Y K H S L
Decimal 212 47 159 0 0.78 0.25 0.17 319.27 0.66 0.51
Hex D4 2F 9F 0 4E 19 11 13F 42 33
Octal 324 57 237 0 116 31 21 477 102 63
Binary 11010100 101111 10011111 0 1001110 11001 10001 100111111 1000010 110011

Color Harmonies of #D42F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42F9F

Black with #D42F9F

Text Example


Text Example

White with #D42F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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