Html Css Color HEX #D71CB4 Shocking Pink

📋 copy color: '#D71CB4'

red 215 ◦ green 28 ◦ blue 180

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

Shades of Shocking Pink #D71CB4

Tints of Shocking Pink #D71CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.55%

R = 50.83%
G = 6.62%
B = 42.55%

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

#D71CB4 (or 0xD71CB4) is known color: Shocking Pink. HEX triplet: D7, 1C and B4. RGB value is (215,28,180). Sum of RGB (Red+Green+Blue) = 215+28+180=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 28 (11.33% from 255 or 6.62% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D71CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71CB4 is #28E34B. Grayscale: #646464. Windows color (decimal): -2679628 or 11803863. OLE color: 11803863.

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

Color convert

RGB 215 28 180 -
CMYK 0 0.87 0.16 0.16
HSL 311.23º 0.77% 0.48% -
HSV(B) 311.23º 0.87% 0.84% -
XYZ 36.68 18.57 44.83 -
YUV 101.24 172.45 209.14 -
System Red Green Blue C M Y K H S L
Decimal 215 28 180 0 0.87 0.16 0.16 311.23 0.77 0.48
Hex D7 1C B4 0 57 10 10 137 4D 30
Octal 327 34 264 0 127 20 20 467 115 60
Binary 11010111 11100 10110100 0 1010111 10000 10000 100110111 1001101 110000

Color Harmonies of #D71CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71CB4

Black with #D71CB4

Text Example


Text Example

White with #D71CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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