Html Css Color HEX #D82C75 Deep Cerise

📋 copy color: '#D82C75'

red 216 ◦ green 44 ◦ blue 117

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

Shades of Deep Cerise #D82C75

Tints of Deep Cerise #D82C75

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.67%

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

R = 57.29%
G = 11.67%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D82C75 (or 0xD82C75) is known color: Deep Cerise. HEX triplet: D8, 2C and 75. RGB value is (216,44,117). Sum of RGB (Red+Green+Blue) = 216+44+117=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 44 (17.58% from 255 or 11.67% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82C75 is #27D38A. Grayscale: #676767. Windows color (decimal): -2610059 or 7679192. OLE color: 7679192.

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

Color convert

RGB 216 44 117 -
CMYK 0 0.80 0.46 0.15
HSL 334.53º 0.69% 0.51% -
HSV(B) 334.53º 0.8% 0.85% -
XYZ 32.43 17.68 18.53 -
YUV 103.75 135.48 208.06 -
System Red Green Blue C M Y K H S L
Decimal 216 44 117 0 0.80 0.46 0.15 334.53 0.69 0.51
Hex D8 2C 75 0 50 2E F 14F 45 33
Octal 330 54 165 0 120 56 17 517 105 63
Binary 11011000 101100 1110101 0 1010000 101110 1111 101001111 1000101 110011

Color Harmonies of #D82C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82C75

Black with #D82C75

Text Example


Text Example

White with #D82C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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