Html Css Color HEX #D993BD Shocking

📋 copy color: '#D993BD'

red 217 ◦ green 147 ◦ blue 189

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

Shades of Shocking #D993BD

Tints of Shocking #D993BD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.58%

 BLUE value IS 189 (74.22% from 255) = 34.18%

R = 39.24%
G = 26.58%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D993BD (or 0xD993BD) is known color: Shocking. HEX triplet: D9, 93 and BD. RGB value is (217,147,189). Sum of RGB (Red+Green+Blue) = 217+147+189=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D993BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993BD is #266C42. Grayscale: #ACACAC. Windows color (decimal): -2518083 or 12424153. OLE color: 12424153.

HSL color Cylindrical-coordinate representation of color #D993BD: hue angle of 324º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D993BD is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 147 189 -
CMYK 0 0.32 0.13 0.15
HSL 324º 0.48% 0.71% -
HSV(B) 324º 0.32% 0.85% -
XYZ 48.23 39.29 53.19 -
YUV 172.72 137.19 159.58 -
System Red Green Blue C M Y K H S L
Decimal 217 147 189 0 0.32 0.13 0.15 324 0.48 0.71
Hex D9 93 BD 0 20 D F 144 30 47
Octal 331 223 275 0 40 15 17 504 60 107
Binary 11011001 10010011 10111101 0 100000 1101 1111 101000100 110000 1000111

Color Harmonies of #D993BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D993BD

Black with #D993BD

Text Example


Text Example

White with #D993BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D993BD; }

 p { color: rgb(217,147,189); }

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

background-color css

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

 a { background-color: rgb(217,147,189); }

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

border-color css

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

 span { border-color: rgb(217,147,189); }

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