Html Css Color HEX #D82DAB Deep Cerise

📋 copy color: '#D82DAB'

red 216 ◦ green 45 ◦ blue 171

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

Shades of Deep Cerise #D82DAB

Tints of Deep Cerise #D82DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.58%

R = 50%
G = 10.42%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D82DAB (or 0xD82DAB) is known color: Deep Cerise. HEX triplet: D8, 2D and AB. RGB value is (216,45,171). Sum of RGB (Red+Green+Blue) = 216+45+171=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D82DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82DAB is #27D254. Grayscale: #6E6E6E. Windows color (decimal): -2609749 or 11218392. OLE color: 11218392.

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

Color convert

RGB 216 45 171 -
CMYK 0 0.79 0.21 0.15
HSL 315.79º 0.69% 0.51% -
HSV(B) 315.79º 0.79% 0.85% -
XYZ 36.61 19.42 40.35 -
YUV 110.49 162.15 203.25 -
System Red Green Blue C M Y K H S L
Decimal 216 45 171 0 0.79 0.21 0.15 315.79 0.69 0.51
Hex D8 2D AB 0 4F 15 F 13C 45 33
Octal 330 55 253 0 117 25 17 474 105 63
Binary 11011000 101101 10101011 0 1001111 10101 1111 100111100 1000101 110011

Color Harmonies of #D82DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82DAB

Black with #D82DAB

Text Example


Text Example

White with #D82DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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