Html Css Color HEX #D42F9E Deep Cerise

📋 copy color: '#D42F9E'

red 212 ◦ green 47 ◦ blue 158

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

Shades of Deep Cerise #D42F9E

Tints of Deep Cerise #D42F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.89%

R = 50.84%
G = 11.27%
B = 37.89%

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

#D42F9E (or 0xD42F9E) is known color: Deep Cerise. HEX triplet: D4, 2F and 9E. RGB value is (212,47,158). Sum of RGB (Red+Green+Blue) = 212+47+158=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D42F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42F9E is #2BD061. Grayscale: #6C6C6C. Windows color (decimal): -2871394 or 10366932. OLE color: 10366932.

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

Color convert

RGB 212 47 158 -
CMYK 0 0.78 0.25 0.17
HSL 319.64º 0.66% 0.51% -
HSV(B) 319.64º 0.78% 0.83% -
XYZ 34.34 18.5 34.11 -
YUV 108.99 155.66 201.47 -
System Red Green Blue C M Y K H S L
Decimal 212 47 158 0 0.78 0.25 0.17 319.64 0.66 0.51
Hex D4 2F 9E 0 4E 19 11 140 42 33
Octal 324 57 236 0 116 31 21 500 102 63
Binary 11010100 101111 10011110 0 1001110 11001 10001 101000000 1000010 110011

Color Harmonies of #D42F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42F9E

Black with #D42F9E

Text Example


Text Example

White with #D42F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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