Html Css Color HEX #D821B5 Shocking Pink

📋 copy color: '#D821B5'

red 216 ◦ green 33 ◦ blue 181

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

Shades of Shocking Pink #D821B5

Tints of Shocking Pink #D821B5

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.67%

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

R = 50.23%
G = 7.67%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D821B5 (or 0xD821B5) is known color: Shocking Pink. HEX triplet: D8, 21 and B5. RGB value is (216,33,181). Sum of RGB (Red+Green+Blue) = 216+33+181=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 33 (13.28% from 255 or 7.67% from 430); Blue value is 181 (71.09% from 255 or 42.09% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D821B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D821B5 is #27DE4A. Grayscale: #686868. Windows color (decimal): -2612811 or 11870680. OLE color: 11870680.

HSL color Cylindrical-coordinate representation of color #D821B5: hue angle of 311.48º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D821B5 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 33 181 -
CMYK 0 0.85 0.16 0.15
HSL 311.48º 0.73% 0.49% -
HSV(B) 311.48º 0.85% 0.85% -
XYZ 37.2 19.02 45.43 -
YUV 104.59 171.13 207.47 -
System Red Green Blue C M Y K H S L
Decimal 216 33 181 0 0.85 0.16 0.15 311.48 0.73 0.49
Hex D8 21 B5 0 55 10 F 137 49 31
Octal 330 41 265 0 125 20 17 467 111 61
Binary 11011000 100001 10110101 0 1010101 10000 1111 100110111 1001001 110001

Color Harmonies of #D821B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D821B5

Black with #D821B5

Text Example


Text Example

White with #D821B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D821B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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