Html Css Color HEX #D82075 Deep Cerise

📋 copy color: '#D82075'

red 216 ◦ green 32 ◦ blue 117

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

Shades of Deep Cerise #D82075

Tints of Deep Cerise #D82075

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.77%

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

R = 59.18%
G = 8.77%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D82075 (or 0xD82075) is known color: Deep Cerise. HEX triplet: D8, 20 and 75. RGB value is (216,32,117). Sum of RGB (Red+Green+Blue) = 216+32+117=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D82075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82075 is #27DF8A. Grayscale: #606060. Windows color (decimal): -2613131 or 7676120. OLE color: 7676120.

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

Color convert

RGB 216 32 117 -
CMYK 0 0.85 0.46 0.15
HSL 332.28º 0.74% 0.49% -
HSV(B) 332.28º 0.85% 0.85% -
XYZ 32.05 16.92 18.41 -
YUV 96.71 139.46 213.09 -
System Red Green Blue C M Y K H S L
Decimal 216 32 117 0 0.85 0.46 0.15 332.28 0.74 0.49
Hex D8 20 75 0 55 2E F 14C 4A 31
Octal 330 40 165 0 125 56 17 514 112 61
Binary 11011000 100000 1110101 0 1010101 101110 1111 101001100 1001010 110001

Color Harmonies of #D82075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82075

Black with #D82075

Text Example


Text Example

White with #D82075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82075; }

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

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

background-color css

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

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

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

border-color css

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

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

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