Html Css Color HEX #D913B2 Shocking Pink

📋 copy color: '#D913B2'

red 217 ◦ green 19 ◦ blue 178

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

Shades of Shocking Pink #D913B2

Tints of Shocking Pink #D913B2

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.59%

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

R = 52.42%
G = 4.59%
B = 43%

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

#D913B2 (or 0xD913B2) is known color: Shocking Pink. HEX triplet: D9, 13 and B2. RGB value is (217,19,178). Sum of RGB (Red+Green+Blue) = 217+19+178=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 19 (7.81% from 255 or 4.59% from 414); Blue value is 178 (69.92% from 255 or 43.00% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D913B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D913B2 is #26EC4D. Grayscale: #5F5F5F. Windows color (decimal): -2550862 or 11670489. OLE color: 11670489.

HSL color Cylindrical-coordinate representation of color #D913B2: hue angle of 311.82º degrees, saturation: 0.84, 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 #D913B2 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 19 178 -
CMYK 0 0.91 0.18 0.15
HSL 311.82º 0.84% 0.46% -
HSV(B) 311.82º 0.91% 0.85% -
XYZ 36.88 18.43 43.73 -
YUV 96.33 174.1 214.07 -
System Red Green Blue C M Y K H S L
Decimal 217 19 178 0 0.91 0.18 0.15 311.82 0.84 0.46
Hex D9 13 B2 0 5B 12 F 138 54 2E
Octal 331 23 262 0 133 22 17 470 124 56
Binary 11011001 10011 10110010 0 1011011 10010 1111 100111000 1010100 101110

Color Harmonies of #D913B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D913B2

Black with #D913B2

Text Example


Text Example

White with #D913B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D913B2; }

 p { color: rgb(217,19,178); }

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

background-color css

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

 a { background-color: rgb(217,19,178); }

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

border-color css

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

 span { border-color: rgb(217,19,178); }

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