Html Css Color HEX #DD99DE Plum

📋 copy color: '#DD99DE'

red 221 ◦ green 153 ◦ blue 222

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

Shades of Plum #DD99DE

Tints of Plum #DD99DE

RGB

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

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

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

R = 37.08%
G = 25.67%
B = 37.25%

CMYK

 C value IS 0.00

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD99DE (or 0xDD99DE) is known color: Plum. HEX triplet: DD, 99 and DE. RGB value is (221,153,222). Sum of RGB (Red+Green+Blue) = 221+153+222=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 153 (60.16% from 255 or 25.67% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD99DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99DE is #226621. Grayscale: #B4B4B4. Windows color (decimal): -2254370 or 14588381. OLE color: 14588381.

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

Color convert

RGB 221 153 222 -
CMYK 0.00 0.31 0 0.13
HSL 299.13º 0.51% 0.74% -
HSV(B) 299.13º 0.31% 0.87% -
XYZ 54.39 43.43 74.62 -
YUV 181.2 151.03 156.39 -
System Red Green Blue C M Y K H S L
Decimal 221 153 222 0.00 0.31 0 0.13 299.13 0.51 0.74
Hex DD 99 DE 0 1F 0 D 12B 33 4A
Octal 335 231 336 0 37 0 15 453 63 112
Binary 11011101 10011001 11011110 0 11111 0 1101 100101011 110011 1001010

Color Harmonies of #DD99DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD99DE

Black with #DD99DE

Text Example


Text Example

White with #DD99DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD99DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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