Html Css Color HEX #D914B1 Shocking Pink

📋 copy color: '#D914B1'

red 217 ◦ green 20 ◦ blue 177

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

Shades of Shocking Pink #D914B1

Tints of Shocking Pink #D914B1

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.83%

 BLUE value IS 177 (69.53% from 255) = 42.75%

R = 52.42%
G = 4.83%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D914B1 (or 0xD914B1) is known color: Shocking Pink. HEX triplet: D9, 14 and B1. RGB value is (217,20,177). Sum of RGB (Red+Green+Blue) = 217+20+177=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 20 (8.20% from 255 or 4.83% from 414); Blue value is 177 (69.53% from 255 or 42.75% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D914B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D914B1 is #26EB4E. Grayscale: #606060. Windows color (decimal): -2550607 or 11605209. OLE color: 11605209.

HSL color Cylindrical-coordinate representation of color #D914B1: hue angle of 312.18º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D914B1 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 20 177 -
CMYK 0 0.91 0.18 0.15
HSL 312.18º 0.83% 0.46% -
HSV(B) 312.18º 0.91% 0.85% -
XYZ 36.8 18.43 43.21 -
YUV 96.8 173.27 213.73 -
System Red Green Blue C M Y K H S L
Decimal 217 20 177 0 0.91 0.18 0.15 312.18 0.83 0.46
Hex D9 14 B1 0 5B 12 F 138 53 2E
Octal 331 24 261 0 133 22 17 470 123 56
Binary 11011001 10100 10110001 0 1011011 10010 1111 100111000 1010011 101110

Color Harmonies of #D914B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D914B1

Black with #D914B1

Text Example


Text Example

White with #D914B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D914B1; }

 p { color: rgb(217,20,177); }

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

background-color css

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

 a { background-color: rgb(217,20,177); }

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

border-color css

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

 span { border-color: rgb(217,20,177); }

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