Html Css Color HEX #D42173 Deep Cerise

📋 copy color: '#D42173'

red 212 ◦ green 33 ◦ blue 115

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

Shades of Deep Cerise #D42173

Tints of Deep Cerise #D42173

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.17%

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

R = 58.89%
G = 9.17%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D42173 (or 0xD42173) is known color: Deep Cerise. HEX triplet: D4, 21 and 73. RGB value is (212,33,115). Sum of RGB (Red+Green+Blue) = 212+33+115=360 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.89% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 212 - color contains mainly: red. Hex color #D42173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42173 is #2BDE8C. Grayscale: #5F5F5F. Windows color (decimal): -2875021 or 7545300. OLE color: 7545300.

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

Color convert

RGB 212 33 115 -
CMYK 0 0.84 0.46 0.17
HSL 332.51º 0.73% 0.48% -
HSV(B) 332.51º 0.84% 0.83% -
XYZ 30.79 16.32 17.75 -
YUV 95.87 138.8 210.83 -
System Red Green Blue C M Y K H S L
Decimal 212 33 115 0 0.84 0.46 0.17 332.51 0.73 0.48
Hex D4 21 73 0 54 2E 11 14D 49 30
Octal 324 41 163 0 124 56 21 515 111 60
Binary 11010100 100001 1110011 0 1010100 101110 10001 101001101 1001001 110000

Color Harmonies of #D42173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42173

Black with #D42173

Text Example


Text Example

White with #D42173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42173; }

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

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

background-color css

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

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

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

border-color css

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

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

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