Html Css Color HEX #D82DB4 Spicy Pink

📋 copy color: '#D82DB4'

red 216 ◦ green 45 ◦ blue 180

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

Shades of Spicy Pink #D82DB4

Tints of Spicy Pink #D82DB4

RGB

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

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

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

R = 48.98%
G = 10.2%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D82DB4 (or 0xD82DB4) is known color: Spicy Pink. HEX triplet: D8, 2D and B4. RGB value is (216,45,180). Sum of RGB (Red+Green+Blue) = 216+45+180=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 45 (17.97% from 255 or 10.20% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D82DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D82DB4 is #27D24B. Grayscale: #6F6F6F. Windows color (decimal): -2609740 or 11808216. OLE color: 11808216.

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

Color convert

RGB 216 45 180 -
CMYK 0 0.79 0.17 0.15
HSL 312.63º 0.69% 0.51% -
HSV(B) 312.63º 0.79% 0.85% -
XYZ 37.5 19.77 45.02 -
YUV 111.52 166.65 202.52 -
System Red Green Blue C M Y K H S L
Decimal 216 45 180 0 0.79 0.17 0.15 312.63 0.69 0.51
Hex D8 2D B4 0 4F 11 F 139 45 33
Octal 330 55 264 0 117 21 17 471 105 63
Binary 11011000 101101 10110100 0 1001111 10001 1111 100111001 1000101 110011

Color Harmonies of #D82DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82DB4

Black with #D82DB4

Text Example


Text Example

White with #D82DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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