Html Css Color HEX #D993CD Plum

📋 copy color: '#D993CD'

red 217 ◦ green 147 ◦ blue 205

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

Shades of Plum #D993CD

Tints of Plum #D993CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.03%

R = 38.14%
G = 25.83%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D993CD (or 0xD993CD) is known color: Plum. HEX triplet: D9, 93 and CD. RGB value is (217,147,205). Sum of RGB (Red+Green+Blue) = 217+147+205=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 147 (57.81% from 255 or 25.83% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 217 - color contains mainly: red. Hex color #D993CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993CD is #266C32. Grayscale: #AEAEAE. Windows color (decimal): -2518067 or 13472729. OLE color: 13472729.

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

Color convert

RGB 217 147 205 -
CMYK 0 0.32 0.06 0.15
HSL 310.29º 0.48% 0.71% -
HSV(B) 310.29º 0.32% 0.85% -
XYZ 50.07 40.03 62.84 -
YUV 174.54 145.19 158.28 -
System Red Green Blue C M Y K H S L
Decimal 217 147 205 0 0.32 0.06 0.15 310.29 0.48 0.71
Hex D9 93 CD 0 20 6 F 136 30 47
Octal 331 223 315 0 40 6 17 466 60 107
Binary 11011001 10010011 11001101 0 100000 110 1111 100110110 110000 1000111

Color Harmonies of #D993CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D993CD

Black with #D993CD

Text Example


Text Example

White with #D993CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D993CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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