Html Css Color HEX #D71CB2 Shocking Pink

📋 copy color: '#D71CB2'

red 215 ◦ green 28 ◦ blue 178

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

Shades of Shocking Pink #D71CB2

Tints of Shocking Pink #D71CB2

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.65%

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

R = 51.07%
G = 6.65%
B = 42.28%

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

#D71CB2 (or 0xD71CB2) is known color: Shocking Pink. HEX triplet: D7, 1C and B2. RGB value is (215,28,178). Sum of RGB (Red+Green+Blue) = 215+28+178=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 28 (11.33% from 255 or 6.65% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D71CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71CB2 is #28E34D. Grayscale: #646464. Windows color (decimal): -2679630 or 11672791. OLE color: 11672791.

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

Color convert

RGB 215 28 178 -
CMYK 0 0.87 0.17 0.16
HSL 311.87º 0.77% 0.48% -
HSV(B) 311.87º 0.87% 0.84% -
XYZ 36.48 18.49 43.77 -
YUV 101.01 171.45 209.3 -
System Red Green Blue C M Y K H S L
Decimal 215 28 178 0 0.87 0.17 0.16 311.87 0.77 0.48
Hex D7 1C B2 0 57 11 10 138 4D 30
Octal 327 34 262 0 127 21 20 470 115 60
Binary 11010111 11100 10110010 0 1010111 10001 10000 100111000 1001101 110000

Color Harmonies of #D71CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71CB2

Black with #D71CB2

Text Example


Text Example

White with #D71CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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