Html Css Color HEX #D82575 Deep Cerise

📋 copy color: '#D82575'

red 216 ◦ green 37 ◦ blue 117

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

Shades of Deep Cerise #D82575

Tints of Deep Cerise #D82575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.62%

R = 58.38%
G = 10%
B = 31.62%

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

#D82575 (or 0xD82575) is known color: Deep Cerise. HEX triplet: D8, 25 and 75. RGB value is (216,37,117). Sum of RGB (Red+Green+Blue) = 216+37+117=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D82575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82575 is #27DA8A. Grayscale: #636363. Windows color (decimal): -2611851 or 7677400. OLE color: 7677400.

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

Color convert

RGB 216 37 117 -
CMYK 0 0.83 0.46 0.15
HSL 333.18º 0.71% 0.5% -
HSV(B) 333.18º 0.83% 0.85% -
XYZ 32.19 17.21 18.45 -
YUV 99.64 137.8 211 -
System Red Green Blue C M Y K H S L
Decimal 216 37 117 0 0.83 0.46 0.15 333.18 0.71 0.5
Hex D8 25 75 0 53 2E F 14D 47 32
Octal 330 45 165 0 123 56 17 515 107 62
Binary 11011000 100101 1110101 0 1010011 101110 1111 101001101 1000111 110010

Color Harmonies of #D82575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82575

Black with #D82575

Text Example


Text Example

White with #D82575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82575; }

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

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

background-color css

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

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

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

border-color css

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

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

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