Html Css Color HEX #D82875 Deep Cerise

📋 copy color: '#D82875'

red 216 ◦ green 40 ◦ blue 117

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

Shades of Deep Cerise #D82875

Tints of Deep Cerise #D82875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.72%

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

R = 57.91%
G = 10.72%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D82875 (or 0xD82875) is known color: Deep Cerise. HEX triplet: D8, 28 and 75. RGB value is (216,40,117). Sum of RGB (Red+Green+Blue) = 216+40+117=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D82875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82875 is #27D78A. Grayscale: #656565. Windows color (decimal): -2611083 or 7678168. OLE color: 7678168.

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

Color convert

RGB 216 40 117 -
CMYK 0 0.81 0.46 0.15
HSL 333.75º 0.69% 0.5% -
HSV(B) 333.75º 0.81% 0.85% -
XYZ 32.29 17.4 18.49 -
YUV 101.4 136.81 209.74 -
System Red Green Blue C M Y K H S L
Decimal 216 40 117 0 0.81 0.46 0.15 333.75 0.69 0.5
Hex D8 28 75 0 51 2E F 14E 45 32
Octal 330 50 165 0 121 56 17 516 105 62
Binary 11011000 101000 1110101 0 1010001 101110 1111 101001110 1000101 110010

Color Harmonies of #D82875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82875

Black with #D82875

Text Example


Text Example

White with #D82875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82875; }

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

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

background-color css

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

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

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

border-color css

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

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

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