Html Css Color HEX #D82DB6 Spicy Pink

📋 copy color: '#D82DB6'

red 216 ◦ green 45 ◦ blue 182

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

Shades of Spicy Pink #D82DB6

Tints of Spicy Pink #D82DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.08%

R = 48.76%
G = 10.16%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D82DB6 (or 0xD82DB6) is known color: Spicy Pink. HEX triplet: D8, 2D and B6. RGB value is (216,45,182). Sum of RGB (Red+Green+Blue) = 216+45+182=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 45 (17.97% from 255 or 10.16% from 443); Blue value is 182 (71.48% from 255 or 41.08% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D82DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D82DB6 is #27D249. Grayscale: #6F6F6F. Windows color (decimal): -2609738 or 11939288. OLE color: 11939288.

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

Color convert

RGB 216 45 182 -
CMYK 0 0.79 0.16 0.15
HSL 311.93º 0.69% 0.51% -
HSV(B) 311.93º 0.79% 0.85% -
XYZ 37.7 19.85 46.1 -
YUV 111.75 167.65 202.36 -
System Red Green Blue C M Y K H S L
Decimal 216 45 182 0 0.79 0.16 0.15 311.93 0.69 0.51
Hex D8 2D B6 0 4F 10 F 138 45 33
Octal 330 55 266 0 117 20 17 470 105 63
Binary 11011000 101101 10110110 0 1001111 10000 1111 100111000 1000101 110011

Color Harmonies of #D82DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82DB6

Black with #D82DB6

Text Example


Text Example

White with #D82DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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