Html Css Color HEX #D82574 Deep Cerise

📋 copy color: '#D82574'

red 216 ◦ green 37 ◦ blue 116

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

Shades of Deep Cerise #D82574

Tints of Deep Cerise #D82574

RGB

 RED value IS 216 (84.77% from 255) = 58.54%

 GREEN value IS 37 (14.84% from 255) = 10.03%

 BLUE value IS 116 (45.7% from 255) = 31.44%

R = 58.54%
G = 10.03%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D82574 (or 0xD82574) is known color: Deep Cerise. HEX triplet: D8, 25 and 74. RGB value is (216,37,116). Sum of RGB (Red+Green+Blue) = 216+37+116=369 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.54% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 216 - color contains mainly: red. Hex color #D82574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82574 is #27DA8B. Grayscale: #636363. Windows color (decimal): -2611852 or 7611864. OLE color: 7611864.

HSL color Cylindrical-coordinate representation of color #D82574: hue angle of 333.52º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D82574 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 37 116 -
CMYK 0 0.83 0.46 0.15
HSL 333.52º 0.71% 0.5% -
HSV(B) 333.52º 0.83% 0.85% -
XYZ 32.13 17.18 18.15 -
YUV 99.53 137.3 211.08 -
System Red Green Blue C M Y K H S L
Decimal 216 37 116 0 0.83 0.46 0.15 333.52 0.71 0.5
Hex D8 25 74 0 53 2E F 14E 47 32
Octal 330 45 164 0 123 56 17 516 107 62
Binary 11011000 100101 1110100 0 1010011 101110 1111 101001110 1000111 110010

Color Harmonies of #D82574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82574

Black with #D82574

Text Example


Text Example

White with #D82574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82574; }

 p { color: rgb(216,37,116); }

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

background-color css

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

 a { background-color: rgb(216,37,116); }

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

border-color css

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

 span { border-color: rgb(216,37,116); }

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