Html Css Color HEX #D42394 Deep Cerise

📋 copy color: '#D42394'

red 212 ◦ green 35 ◦ blue 148

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

Shades of Deep Cerise #D42394

Tints of Deep Cerise #D42394

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.86%

 BLUE value IS 148 (58.2% from 255) = 37.47%

R = 53.67%
G = 8.86%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D42394 (or 0xD42394) is known color: Deep Cerise. HEX triplet: D4, 23 and 94. RGB value is (212,35,148). Sum of RGB (Red+Green+Blue) = 212+35+148=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 35 (14.06% from 255 or 8.86% from 395); Blue value is 148 (58.20% from 255 or 37.47% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D42394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42394 is #2BDC6B. Grayscale: #646464. Windows color (decimal): -2874476 or 9708500. OLE color: 9708500.

HSL color Cylindrical-coordinate representation of color #D42394: hue angle of 321.69º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D42394 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 35 148 -
CMYK 0 0.83 0.30 0.17
HSL 321.69º 0.72% 0.48% -
HSV(B) 321.69º 0.83% 0.83% -
XYZ 33.1 17.34 29.62 -
YUV 100.81 154.64 207.31 -
System Red Green Blue C M Y K H S L
Decimal 212 35 148 0 0.83 0.30 0.17 321.69 0.72 0.48
Hex D4 23 94 0 53 1E 11 142 48 30
Octal 324 43 224 0 123 36 21 502 110 60
Binary 11010100 100011 10010100 0 1010011 11110 10001 101000010 1001000 110000

Color Harmonies of #D42394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42394

Black with #D42394

Text Example


Text Example

White with #D42394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42394; }

 p { color: rgb(212,35,148); }

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

background-color css

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

 a { background-color: rgb(212,35,148); }

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

border-color css

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

 span { border-color: rgb(212,35,148); }

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