Html Css Color HEX #D42373 Deep Cerise

📋 copy color: '#D42373'

red 212 ◦ green 35 ◦ blue 115

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

Shades of Deep Cerise #D42373

Tints of Deep Cerise #D42373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.77%

R = 58.56%
G = 9.67%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D42373 (or 0xD42373) is known color: Deep Cerise. HEX triplet: D4, 23 and 73. RGB value is (212,35,115). Sum of RGB (Red+Green+Blue) = 212+35+115=362 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.56% from 362); Green value is 35 (14.06% from 255 or 9.67% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 212 - color contains mainly: red. Hex color #D42373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42373 is #2BDC8C. Grayscale: #606060. Windows color (decimal): -2874509 or 7545812. OLE color: 7545812.

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

Color convert

RGB 212 35 115 -
CMYK 0 0.83 0.46 0.17
HSL 332.88º 0.72% 0.48% -
HSV(B) 332.88º 0.83% 0.83% -
XYZ 30.85 16.44 17.77 -
YUV 97.04 138.14 210 -
System Red Green Blue C M Y K H S L
Decimal 212 35 115 0 0.83 0.46 0.17 332.88 0.72 0.48
Hex D4 23 73 0 53 2E 11 14D 48 30
Octal 324 43 163 0 123 56 21 515 110 60
Binary 11010100 100011 1110011 0 1010011 101110 10001 101001101 1001000 110000

Color Harmonies of #D42373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42373

Black with #D42373

Text Example


Text Example

White with #D42373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42373; }

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

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

background-color css

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

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

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

border-color css

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

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

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