Html Css Color HEX #D82DB1 Spicy Pink

📋 copy color: '#D82DB1'

red 216 ◦ green 45 ◦ blue 177

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

Shades of Spicy Pink #D82DB1

Tints of Spicy Pink #D82DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.41%

R = 49.32%
G = 10.27%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D82DB1 (or 0xD82DB1) is known color: Spicy Pink. HEX triplet: D8, 2D and B1. RGB value is (216,45,177). Sum of RGB (Red+Green+Blue) = 216+45+177=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 45 (17.97% from 255 or 10.27% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D82DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82DB1 is #27D24E. Grayscale: #6E6E6E. Windows color (decimal): -2609743 or 11611608. OLE color: 11611608.

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

Color convert

RGB 216 45 177 -
CMYK 0 0.79 0.18 0.15
HSL 313.68º 0.69% 0.51% -
HSV(B) 313.68º 0.79% 0.85% -
XYZ 37.19 19.65 43.43 -
YUV 111.18 165.15 202.77 -
System Red Green Blue C M Y K H S L
Decimal 216 45 177 0 0.79 0.18 0.15 313.68 0.69 0.51
Hex D8 2D B1 0 4F 12 F 13A 45 33
Octal 330 55 261 0 117 22 17 472 105 63
Binary 11011000 101101 10110001 0 1001111 10010 1111 100111010 1000101 110011

Color Harmonies of #D82DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82DB1

Black with #D82DB1

Text Example


Text Example

White with #D82DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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