Html Css Color HEX #D988BA Shocking

📋 copy color: '#D988BA'

red 217 ◦ green 136 ◦ blue 186

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

Shades of Shocking #D988BA

Tints of Shocking #D988BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.51%

R = 40.26%
G = 25.23%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D988BA (or 0xD988BA) is known color: Shocking. HEX triplet: D9, 88 and BA. RGB value is (217,136,186). Sum of RGB (Red+Green+Blue) = 217+136+186=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 136 (53.52% from 255 or 25.23% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D988BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D988BA is #267745. Grayscale: #A5A5A5. Windows color (decimal): -2520902 or 12224729. OLE color: 12224729.

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

Color convert

RGB 217 136 186 -
CMYK 0 0.37 0.14 0.15
HSL 322.96º 0.52% 0.69% -
HSV(B) 322.96º 0.37% 0.85% -
XYZ 46.28 35.91 50.95 -
YUV 165.92 139.34 164.43 -
System Red Green Blue C M Y K H S L
Decimal 217 136 186 0 0.37 0.14 0.15 322.96 0.52 0.69
Hex D9 88 BA 0 25 E F 143 34 45
Octal 331 210 272 0 45 16 17 503 64 105
Binary 11011001 10001000 10111010 0 100101 1110 1111 101000011 110100 1000101

Color Harmonies of #D988BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D988BA

Black with #D988BA

Text Example


Text Example

White with #D988BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D988BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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