Html Css Color HEX #D988B6 Shocking

📋 copy color: '#D988B6'

red 217 ◦ green 136 ◦ blue 182

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

Shades of Shocking #D988B6

Tints of Shocking #D988B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.02%

R = 40.56%
G = 25.42%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D988B6 (or 0xD988B6) is known color: Shocking. HEX triplet: D9, 88 and B6. RGB value is (217,136,182). Sum of RGB (Red+Green+Blue) = 217+136+182=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 182 (71.48% from 255 or 34.02% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D988B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D988B6 is #267749. Grayscale: #A5A5A5. Windows color (decimal): -2520906 or 11962585. OLE color: 11962585.

HSL color Cylindrical-coordinate representation of color #D988B6: hue angle of 325.93º 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 #D988B6 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 136 182 -
CMYK 0 0.37 0.16 0.15
HSL 325.93º 0.52% 0.69% -
HSV(B) 325.93º 0.37% 0.85% -
XYZ 45.86 35.74 48.74 -
YUV 165.46 137.34 164.76 -
System Red Green Blue C M Y K H S L
Decimal 217 136 182 0 0.37 0.16 0.15 325.93 0.52 0.69
Hex D9 88 B6 0 25 10 F 146 34 45
Octal 331 210 266 0 45 20 17 506 64 105
Binary 11011001 10001000 10110110 0 100101 10000 1111 101000110 110100 1000101

Color Harmonies of #D988B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D988B6

Black with #D988B6

Text Example


Text Example

White with #D988B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D988B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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