Html Css Color HEX #D82AB1 Spicy Pink

📋 copy color: '#D82AB1'

red 216 ◦ green 42 ◦ blue 177

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

Shades of Spicy Pink #D82AB1

Tints of Spicy Pink #D82AB1

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.66%

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

R = 49.66%
G = 9.66%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D82AB1 (or 0xD82AB1) is known color: Spicy Pink. HEX triplet: D8, 2A and B1. RGB value is (216,42,177). Sum of RGB (Red+Green+Blue) = 216+42+177=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 42 (16.80% from 255 or 9.66% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D82AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82AB1 is #27D54E. Grayscale: #6D6D6D. Windows color (decimal): -2610511 or 11610840. OLE color: 11610840.

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

Color convert

RGB 216 42 177 -
CMYK 0 0.81 0.18 0.15
HSL 313.45º 0.69% 0.51% -
HSV(B) 313.45º 0.81% 0.85% -
XYZ 37.08 19.43 43.39 -
YUV 109.42 166.15 204.02 -
System Red Green Blue C M Y K H S L
Decimal 216 42 177 0 0.81 0.18 0.15 313.45 0.69 0.51
Hex D8 2A B1 0 51 12 F 139 45 33
Octal 330 52 261 0 121 22 17 471 105 63
Binary 11011000 101010 10110001 0 1010001 10010 1111 100111001 1000101 110011

Color Harmonies of #D82AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82AB1

Black with #D82AB1

Text Example


Text Example

White with #D82AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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