Html Css Color HEX #D719B0 Shocking Pink

📋 copy color: '#D719B0'

red 215 ◦ green 25 ◦ blue 176

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

Shades of Shocking Pink #D719B0

Tints of Shocking Pink #D719B0

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.01%

 BLUE value IS 176 (69.14% from 255) = 42.31%

R = 51.68%
G = 6.01%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D719B0 (or 0xD719B0) is known color: Shocking Pink. HEX triplet: D7, 19 and B0. RGB value is (215,25,176). Sum of RGB (Red+Green+Blue) = 215+25+176=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D719B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D719B0 is #28E64F. Grayscale: #626262. Windows color (decimal): -2680400 or 11540951. OLE color: 11540951.

HSL color Cylindrical-coordinate representation of color #D719B0: hue angle of 312.32º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D719B0 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 25 176 -
CMYK 0 0.88 0.18 0.16
HSL 312.32º 0.79% 0.47% -
HSV(B) 312.32º 0.88% 0.84% -
XYZ 36.21 18.28 42.69 -
YUV 99.02 171.45 210.72 -
System Red Green Blue C M Y K H S L
Decimal 215 25 176 0 0.88 0.18 0.16 312.32 0.79 0.47
Hex D7 19 B0 0 58 12 10 138 4F 2F
Octal 327 31 260 0 130 22 20 470 117 57
Binary 11010111 11001 10110000 0 1011000 10010 10000 100111000 1001111 101111

Color Harmonies of #D719B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D719B0

Black with #D719B0

Text Example


Text Example

White with #D719B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D719B0; }

 p { color: rgb(215,25,176); }

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

background-color css

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

 a { background-color: rgb(215,25,176); }

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

border-color css

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

 span { border-color: rgb(215,25,176); }

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