Html Css Color HEX #DD9EDE Plum

📋 copy color: '#DD9EDE'

red 221 ◦ green 158 ◦ blue 222

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

Shades of Plum #DD9EDE

Tints of Plum #DD9EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.94%

R = 36.77%
G = 26.29%
B = 36.94%

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

#DD9EDE (or 0xDD9EDE) is known color: Plum. HEX triplet: DD, 9E and DE. RGB value is (221,158,222). Sum of RGB (Red+Green+Blue) = 221+158+222=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 158 (62.11% from 255 or 26.29% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD9EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9EDE is #226121. Grayscale: #B7B7B7. Windows color (decimal): -2253090 or 14589661. OLE color: 14589661.

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

Color convert

RGB 221 158 222 -
CMYK 0.00 0.29 0 0.13
HSL 299.06º 0.49% 0.75% -
HSV(B) 299.06º 0.29% 0.87% -
XYZ 55.23 45.1 74.9 -
YUV 184.13 149.37 154.3 -
System Red Green Blue C M Y K H S L
Decimal 221 158 222 0.00 0.29 0 0.13 299.06 0.49 0.75
Hex DD 9E DE 0 1D 0 D 12B 31 4B
Octal 335 236 336 0 35 0 15 453 61 113
Binary 11011101 10011110 11011110 0 11101 0 1101 100101011 110001 1001011

Color Harmonies of #DD9EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9EDE

Black with #DD9EDE

Text Example


Text Example

White with #DD9EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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