Html Css Color HEX #D82AB7 Spicy Pink

📋 copy color: '#D82AB7'

red 216 ◦ green 42 ◦ blue 183

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

Shades of Spicy Pink #D82AB7

Tints of Spicy Pink #D82AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.5%

R = 48.98%
G = 9.52%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D82AB7 (or 0xD82AB7) is known color: Spicy Pink. HEX triplet: D8, 2A and B7. RGB value is (216,42,183). Sum of RGB (Red+Green+Blue) = 216+42+183=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 42 (16.80% from 255 or 9.52% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D82AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D82AB7 is #27D548. Grayscale: #6D6D6D. Windows color (decimal): -2610505 or 12004056. OLE color: 12004056.

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

Color convert

RGB 216 42 183 -
CMYK 0 0.81 0.15 0.15
HSL 311.38º 0.69% 0.51% -
HSV(B) 311.38º 0.81% 0.85% -
XYZ 37.69 19.67 46.61 -
YUV 110.1 169.15 203.54 -
System Red Green Blue C M Y K H S L
Decimal 216 42 183 0 0.81 0.15 0.15 311.38 0.69 0.51
Hex D8 2A B7 0 51 F F 137 45 33
Octal 330 52 267 0 121 17 17 467 105 63
Binary 11011000 101010 10110111 0 1010001 1111 1111 100110111 1000101 110011

Color Harmonies of #D82AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82AB7

Black with #D82AB7

Text Example


Text Example

White with #D82AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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