Html Css Color HEX #DC9EDD Plum

📋 copy color: '#DC9EDD'

red 220 ◦ green 158 ◦ blue 221

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

Shades of Plum #DC9EDD

Tints of Plum #DC9EDD

RGB

 RED value IS 220 (86.33% from 255) = 36.73%

 GREEN value IS 158 (62.11% from 255) = 26.38%

 BLUE value IS 221 (86.72% from 255) = 36.89%

R = 36.73%
G = 26.38%
B = 36.89%

CMYK

 C value IS 0.00

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC9EDD (or 0xDC9EDD) is known color: Plum. HEX triplet: DC, 9E and DD. RGB value is (220,158,221). Sum of RGB (Red+Green+Blue) = 220+158+221=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 158 (62.11% from 255 or 26.38% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC9EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9EDD is #236122. Grayscale: #B7B7B7. Windows color (decimal): -2318627 or 14524124. OLE color: 14524124.

HSL color Cylindrical-coordinate representation of color #DC9EDD: hue angle of 299.05º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9EDD is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 158 221 -
CMYK 0.00 0.29 0 0.13
HSL 299.05º 0.48% 0.74% -
HSV(B) 299.05º 0.29% 0.87% -
XYZ 54.79 44.89 74.18 -
YUV 183.72 149.04 153.88 -
System Red Green Blue C M Y K H S L
Decimal 220 158 221 0.00 0.29 0 0.13 299.05 0.48 0.74
Hex DC 9E DD 0 1D 0 D 12B 30 4A
Octal 334 236 335 0 35 0 15 453 60 112
Binary 11011100 10011110 11011101 0 11101 0 1101 100101011 110000 1001010

Color Harmonies of #DC9EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9EDD

Black with #DC9EDD

Text Example


Text Example

White with #DC9EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9EDD; }

 p { color: rgb(220,158,221); }

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

background-color css

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

 a { background-color: rgb(220,158,221); }

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

border-color css

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

 span { border-color: rgb(220,158,221); }

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