Html Css Color HEX #D82BB5 Spicy Pink

📋 copy color: '#D82BB5'

red 216 ◦ green 43 ◦ blue 181

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

Shades of Spicy Pink #D82BB5

Tints of Spicy Pink #D82BB5

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.77%

 BLUE value IS 181 (71.09% from 255) = 41.14%

R = 49.09%
G = 9.77%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D82BB5 (or 0xD82BB5) is known color: Spicy Pink. HEX triplet: D8, 2B and B5. RGB value is (216,43,181). Sum of RGB (Red+Green+Blue) = 216+43+181=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 43 (17.19% from 255 or 9.77% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D82BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D82BB5 is #27D44A. Grayscale: #6E6E6E. Windows color (decimal): -2610251 or 11873240. OLE color: 11873240.

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

Color convert

RGB 216 43 181 -
CMYK 0 0.80 0.16 0.15
HSL 312.14º 0.69% 0.51% -
HSV(B) 312.14º 0.8% 0.85% -
XYZ 37.52 19.66 45.53 -
YUV 110.46 167.81 203.28 -
System Red Green Blue C M Y K H S L
Decimal 216 43 181 0 0.80 0.16 0.15 312.14 0.69 0.51
Hex D8 2B B5 0 50 10 F 138 45 33
Octal 330 53 265 0 120 20 17 470 105 63
Binary 11011000 101011 10110101 0 1010000 10000 1111 100111000 1000101 110011

Color Harmonies of #D82BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82BB5

Black with #D82BB5

Text Example


Text Example

White with #D82BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82BB5; }

 p { color: rgb(216,43,181); }

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

background-color css

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

 a { background-color: rgb(216,43,181); }

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

border-color css

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

 span { border-color: rgb(216,43,181); }

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