Html Css Color HEX #DD99E6 Plum

📋 copy color: '#DD99E6'

red 221 ◦ green 153 ◦ blue 230

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

Shades of Plum #DD99E6

Tints of Plum #DD99E6

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.33%

 BLUE value IS 230 (90.23% from 255) = 38.08%

R = 36.59%
G = 25.33%
B = 38.08%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DD99E6 (or 0xDD99E6) is known color: Plum. HEX triplet: DD, 99 and E6. RGB value is (221,153,230). Sum of RGB (Red+Green+Blue) = 221+153+230=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 153 (60.16% from 255 or 25.33% from 604); Blue value is 230 (90.23% from 255 or 38.08% from 604); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD99E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD99E6 is #226619. Grayscale: #B5B5B5. Windows color (decimal): -2254362 or 15112669. OLE color: 15112669.

HSL color Cylindrical-coordinate representation of color #DD99E6: hue angle of 292.99º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD99E6 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 153 230 -
CMYK 0.04 0.33 0 0.10
HSL 292.99º 0.61% 0.75% -
HSV(B) 292.99º 0.33% 0.9% -
XYZ 55.49 43.87 80.41 -
YUV 182.11 155.03 155.74 -
System Red Green Blue C M Y K H S L
Decimal 221 153 230 0.04 0.33 0 0.10 292.99 0.61 0.75
Hex DD 99 E6 4 21 0 A 125 3D 4B
Octal 335 231 346 4 41 0 12 445 75 113
Binary 11011101 10011001 11100110 100 100001 0 1010 100100101 111101 1001011

Color Harmonies of #DD99E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD99E6

Black with #DD99E6

Text Example


Text Example

White with #DD99E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD99E6; }

 p { color: rgb(221,153,230); }

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

background-color css

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

 a { background-color: rgb(221,153,230); }

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

border-color css

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

 span { border-color: rgb(221,153,230); }

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