Html Css Color HEX #D71DB2 Shocking Pink

📋 copy color: '#D71DB2'

red 215 ◦ green 29 ◦ blue 178

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

Shades of Shocking Pink #D71DB2

Tints of Shocking Pink #D71DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.18%

R = 50.95%
G = 6.87%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D71DB2 (or 0xD71DB2) is known color: Shocking Pink. HEX triplet: D7, 1D and B2. RGB value is (215,29,178). Sum of RGB (Red+Green+Blue) = 215+29+178=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 29 (11.72% from 255 or 6.87% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D71DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71DB2 is #28E24D. Grayscale: #656565. Windows color (decimal): -2679374 or 11673047. OLE color: 11673047.

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

Color convert

RGB 215 29 178 -
CMYK 0 0.87 0.17 0.16
HSL 311.94º 0.76% 0.48% -
HSV(B) 311.94º 0.87% 0.84% -
XYZ 36.5 18.54 43.77 -
YUV 101.6 171.12 208.88 -
System Red Green Blue C M Y K H S L
Decimal 215 29 178 0 0.87 0.17 0.16 311.94 0.76 0.48
Hex D7 1D B2 0 57 11 10 138 4C 30
Octal 327 35 262 0 127 21 20 470 114 60
Binary 11010111 11101 10110010 0 1010111 10001 10000 100111000 1001100 110000

Color Harmonies of #D71DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71DB2

Black with #D71DB2

Text Example


Text Example

White with #D71DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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