Html Css Color HEX #D721B6 Shocking Pink

📋 copy color: '#D721B6'

red 215 ◦ green 33 ◦ blue 182

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

Shades of Shocking Pink #D721B6

Tints of Shocking Pink #D721B6

RGB

 RED value IS 215 (84.38% from 255) = 50%

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

 BLUE value IS 182 (71.48% from 255) = 42.33%

R = 50%
G = 7.67%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D721B6 (or 0xD721B6) is known color: Shocking Pink. HEX triplet: D7, 21 and B6. RGB value is (215,33,182). Sum of RGB (Red+Green+Blue) = 215+33+182=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 33 (13.28% from 255 or 7.67% from 430); Blue value is 182 (71.48% from 255 or 42.33% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D721B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D721B6 is #28DE49. Grayscale: #676767. Windows color (decimal): -2678346 or 11936215. OLE color: 11936215.

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

Color convert

RGB 215 33 182 -
CMYK 0 0.85 0.15 0.16
HSL 310.88º 0.73% 0.49% -
HSV(B) 310.88º 0.85% 0.84% -
XYZ 37.01 18.91 45.96 -
YUV 104.4 171.8 206.88 -
System Red Green Blue C M Y K H S L
Decimal 215 33 182 0 0.85 0.15 0.16 310.88 0.73 0.49
Hex D7 21 B6 0 55 F 10 137 49 31
Octal 327 41 266 0 125 17 20 467 111 61
Binary 11010111 100001 10110110 0 1010101 1111 10000 100110111 1001001 110001

Color Harmonies of #D721B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D721B6

Black with #D721B6

Text Example


Text Example

White with #D721B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D721B6; }

 p { color: rgb(215,33,182); }

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

background-color css

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

 a { background-color: rgb(215,33,182); }

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

border-color css

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

 span { border-color: rgb(215,33,182); }

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