Html Css Color HEX #D993CF Plum

📋 copy color: '#D993CF'

red 217 ◦ green 147 ◦ blue 207

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

Shades of Plum #D993CF

Tints of Plum #D993CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.25%

R = 38%
G = 25.74%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D993CF (or 0xD993CF) is known color: Plum. HEX triplet: D9, 93 and CF. RGB value is (217,147,207). Sum of RGB (Red+Green+Blue) = 217+147+207=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 217 - color contains mainly: red. Hex color #D993CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993CF is #266C30. Grayscale: #AEAEAE. Windows color (decimal): -2518065 or 13603801. OLE color: 13603801.

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

Color convert

RGB 217 147 207 -
CMYK 0 0.32 0.05 0.15
HSL 308.57º 0.48% 0.71% -
HSV(B) 308.57º 0.32% 0.85% -
XYZ 50.31 40.12 64.12 -
YUV 174.77 146.19 158.12 -
System Red Green Blue C M Y K H S L
Decimal 217 147 207 0 0.32 0.05 0.15 308.57 0.48 0.71
Hex D9 93 CF 0 20 5 F 135 30 47
Octal 331 223 317 0 40 5 17 465 60 107
Binary 11011001 10010011 11001111 0 100000 101 1111 100110101 110000 1000111

Color Harmonies of #D993CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D993CF

Black with #D993CF

Text Example


Text Example

White with #D993CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D993CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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