Html Css Color HEX #D919B4 Shocking Pink

📋 copy color: '#D919B4'

red 217 ◦ green 25 ◦ blue 180

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

Shades of Shocking Pink #D919B4

Tints of Shocking Pink #D919B4

RGB

 RED value IS 217 (85.16% from 255) = 51.42%

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

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

R = 51.42%
G = 5.92%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D919B4 (or 0xD919B4) is known color: Shocking Pink. HEX triplet: D9, 19 and B4. RGB value is (217,25,180). Sum of RGB (Red+Green+Blue) = 217+25+180=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 25 (10.16% from 255 or 5.92% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D919B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D919B4 is #26E64B. Grayscale: #636363. Windows color (decimal): -2549324 or 11803097. OLE color: 11803097.

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

Color convert

RGB 217 25 180 -
CMYK 0 0.88 0.17 0.15
HSL 311.56º 0.79% 0.47% -
HSV(B) 311.56º 0.88% 0.85% -
XYZ 37.2 18.74 44.84 -
YUV 100.08 173.11 211.4 -
System Red Green Blue C M Y K H S L
Decimal 217 25 180 0 0.88 0.17 0.15 311.56 0.79 0.47
Hex D9 19 B4 0 58 11 F 138 4F 2F
Octal 331 31 264 0 130 21 17 470 117 57
Binary 11011001 11001 10110100 0 1011000 10001 1111 100111000 1001111 101111

Color Harmonies of #D919B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D919B4

Black with #D919B4

Text Example


Text Example

White with #D919B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D919B4; }

 p { color: rgb(217,25,180); }

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

background-color css

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

 a { background-color: rgb(217,25,180); }

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

border-color css

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

 span { border-color: rgb(217,25,180); }

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