Html Css Color HEX #D82D75 Deep Cerise

📋 copy color: '#D82D75'

red 216 ◦ green 45 ◦ blue 117

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

Shades of Deep Cerise #D82D75

Tints of Deep Cerise #D82D75

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.9%

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

R = 57.14%
G = 11.9%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D82D75 (or 0xD82D75) is known color: Deep Cerise. HEX triplet: D8, 2D and 75. RGB value is (216,45,117). Sum of RGB (Red+Green+Blue) = 216+45+117=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D82D75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82D75 is #27D28A. Grayscale: #686868. Windows color (decimal): -2609803 or 7679448. OLE color: 7679448.

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

Color convert

RGB 216 45 117 -
CMYK 0 0.79 0.46 0.15
HSL 334.74º 0.69% 0.51% -
HSV(B) 334.74º 0.79% 0.85% -
XYZ 32.47 17.76 18.55 -
YUV 104.34 135.15 207.65 -
System Red Green Blue C M Y K H S L
Decimal 216 45 117 0 0.79 0.46 0.15 334.74 0.69 0.51
Hex D8 2D 75 0 4F 2E F 14F 45 33
Octal 330 55 165 0 117 56 17 517 105 63
Binary 11011000 101101 1110101 0 1001111 101110 1111 101001111 1000101 110011

Color Harmonies of #D82D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82D75

Black with #D82D75

Text Example


Text Example

White with #D82D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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