Html Css Color HEX #D71DB5 Shocking Pink

📋 copy color: '#D71DB5'

red 215 ◦ green 29 ◦ blue 181

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

Shades of Shocking Pink #D71DB5

Tints of Shocking Pink #D71DB5

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.82%

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

R = 50.59%
G = 6.82%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D71DB5 (or 0xD71DB5) is known color: Shocking Pink. HEX triplet: D7, 1D and B5. RGB value is (215,29,181). Sum of RGB (Red+Green+Blue) = 215+29+181=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 29 (11.72% from 255 or 6.82% from 425); Blue value is 181 (71.09% from 255 or 42.59% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D71DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71DB5 is #28E24A. Grayscale: #656565. Windows color (decimal): -2679371 or 11869655. OLE color: 11869655.

HSL color Cylindrical-coordinate representation of color #D71DB5: hue angle of 310.97º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71DB5 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 29 181 -
CMYK 0 0.87 0.16 0.16
HSL 310.97º 0.76% 0.48% -
HSV(B) 310.97º 0.87% 0.84% -
XYZ 36.8 18.66 45.38 -
YUV 101.94 172.62 208.64 -
System Red Green Blue C M Y K H S L
Decimal 215 29 181 0 0.87 0.16 0.16 310.97 0.76 0.48
Hex D7 1D B5 0 57 10 10 137 4C 30
Octal 327 35 265 0 127 20 20 467 114 60
Binary 11010111 11101 10110101 0 1010111 10000 10000 100110111 1001100 110000

Color Harmonies of #D71DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71DB5

Black with #D71DB5

Text Example


Text Example

White with #D71DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71DB5; }

 p { color: rgb(215,29,181); }

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

background-color css

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

 a { background-color: rgb(215,29,181); }

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

border-color css

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

 span { border-color: rgb(215,29,181); }

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