Html Css Color HEX #DD9EED Plum

📋 copy color: '#DD9EED'

red 221 ◦ green 158 ◦ blue 237

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

Shades of Plum #DD9EED

Tints of Plum #DD9EED

RGB

 RED value IS 221 (86.72% from 255) = 35.88%

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

 BLUE value IS 237 (92.97% from 255) = 38.47%

R = 35.88%
G = 25.65%
B = 38.47%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD9EED (or 0xDD9EED) is known color: Plum. HEX triplet: DD, 9E and ED. RGB value is (221,158,237). Sum of RGB (Red+Green+Blue) = 221+158+237=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 158 (62.11% from 255 or 25.65% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD9EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9EED is #226112. Grayscale: #B9B9B9. Windows color (decimal): -2253075 or 15572701. OLE color: 15572701.

HSL color Cylindrical-coordinate representation of color #DD9EED: hue angle of 287.85º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD9EED is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 158 237 -
CMYK 0.07 0.33 0 0.07
HSL 287.85º 0.69% 0.77% -
HSV(B) 287.85º 0.33% 0.93% -
XYZ 57.33 45.94 85.97 -
YUV 185.84 156.87 153.08 -
System Red Green Blue C M Y K H S L
Decimal 221 158 237 0.07 0.33 0 0.07 287.85 0.69 0.77
Hex DD 9E ED 7 21 0 7 120 45 4D
Octal 335 236 355 7 41 0 7 440 105 115
Binary 11011101 10011110 11101101 111 100001 0 111 100100000 1000101 1001101

Color Harmonies of #DD9EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9EED

Black with #DD9EED

Text Example


Text Example

White with #DD9EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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