Html Css Color HEX #D918B5 Shocking Pink

📋 copy color: '#D918B5'

red 217 ◦ green 24 ◦ blue 181

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

Shades of Shocking Pink #D918B5

Tints of Shocking Pink #D918B5

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.69%

 BLUE value IS 181 (71.09% from 255) = 42.89%

R = 51.42%
G = 5.69%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D918B5 (or 0xD918B5) is known color: Shocking Pink. HEX triplet: D9, 18 and B5. RGB value is (217,24,181). Sum of RGB (Red+Green+Blue) = 217+24+181=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 24 (9.77% from 255 or 5.69% from 422); Blue value is 181 (71.09% from 255 or 42.89% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D918B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D918B5 is #26E74A. Grayscale: #636363. Windows color (decimal): -2549579 or 11868377. OLE color: 11868377.

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

Color convert

RGB 217 24 181 -
CMYK 0 0.89 0.17 0.15
HSL 311.19º 0.8% 0.47% -
HSV(B) 311.19º 0.89% 0.85% -
XYZ 37.28 18.74 45.37 -
YUV 99.61 173.94 211.73 -
System Red Green Blue C M Y K H S L
Decimal 217 24 181 0 0.89 0.17 0.15 311.19 0.8 0.47
Hex D9 18 B5 0 59 11 F 137 50 2F
Octal 331 30 265 0 131 21 17 467 120 57
Binary 11011001 11000 10110101 0 1011001 10001 1111 100110111 1010000 101111

Color Harmonies of #D918B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D918B5

Black with #D918B5

Text Example


Text Example

White with #D918B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D918B5; }

 p { color: rgb(217,24,181); }

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

background-color css

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

 a { background-color: rgb(217,24,181); }

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

border-color css

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

 span { border-color: rgb(217,24,181); }

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