Html Css Color HEX #D82AB4 Spicy Pink

📋 copy color: '#D82AB4'

red 216 ◦ green 42 ◦ blue 180

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

Shades of Spicy Pink #D82AB4

Tints of Spicy Pink #D82AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.1%

R = 49.32%
G = 9.59%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D82AB4 (or 0xD82AB4) is known color: Spicy Pink. HEX triplet: D8, 2A and B4. RGB value is (216,42,180). Sum of RGB (Red+Green+Blue) = 216+42+180=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 42 (16.80% from 255 or 9.59% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D82AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D82AB4 is #27D54B. Grayscale: #6D6D6D. Windows color (decimal): -2610508 or 11807448. OLE color: 11807448.

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

Color convert

RGB 216 42 180 -
CMYK 0 0.81 0.17 0.15
HSL 312.41º 0.69% 0.51% -
HSV(B) 312.41º 0.81% 0.85% -
XYZ 37.39 19.55 44.98 -
YUV 109.76 167.65 203.78 -
System Red Green Blue C M Y K H S L
Decimal 216 42 180 0 0.81 0.17 0.15 312.41 0.69 0.51
Hex D8 2A B4 0 51 11 F 138 45 33
Octal 330 52 264 0 121 21 17 470 105 63
Binary 11011000 101010 10110100 0 1010001 10001 1111 100111000 1000101 110011

Color Harmonies of #D82AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82AB4

Black with #D82AB4

Text Example


Text Example

White with #D82AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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