Html Css Color HEX #D988B5 Shocking

📋 copy color: '#D988B5'

red 217 ◦ green 136 ◦ blue 181

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

Shades of Shocking #D988B5

Tints of Shocking #D988B5

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.47%

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

R = 40.64%
G = 25.47%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D988B5 (or 0xD988B5) is known color: Shocking. HEX triplet: D9, 88 and B5. RGB value is (217,136,181). Sum of RGB (Red+Green+Blue) = 217+136+181=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D988B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D988B5 is #26774A. Grayscale: #A5A5A5. Windows color (decimal): -2520907 or 11897049. OLE color: 11897049.

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

Color convert

RGB 217 136 181 -
CMYK 0 0.37 0.17 0.15
HSL 326.67º 0.52% 0.69% -
HSV(B) 326.67º 0.37% 0.85% -
XYZ 45.76 35.7 48.19 -
YUV 165.35 136.84 164.84 -
System Red Green Blue C M Y K H S L
Decimal 217 136 181 0 0.37 0.17 0.15 326.67 0.52 0.69
Hex D9 88 B5 0 25 11 F 147 34 45
Octal 331 210 265 0 45 21 17 507 64 105
Binary 11011001 10001000 10110101 0 100101 10001 1111 101000111 110100 1000101

Color Harmonies of #D988B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D988B5

Black with #D988B5

Text Example


Text Example

White with #D988B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D988B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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