Html Css Color HEX #DD99E8 Plum

📋 copy color: '#DD99E8'

red 221 ◦ green 153 ◦ blue 232

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

Shades of Plum #DD99E8

Tints of Plum #DD99E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.28%

R = 36.47%
G = 25.25%
B = 38.28%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DD99E8 (or 0xDD99E8) is known color: Plum. HEX triplet: DD, 99 and E8. RGB value is (221,153,232). Sum of RGB (Red+Green+Blue) = 221+153+232=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 153 (60.16% from 255 or 25.25% from 606); Blue value is 232 (91.02% from 255 or 38.28% from 606); Max value from RGB is 232 - color contains mainly: blue. Hex color #DD99E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD99E8 is #226617. Grayscale: #B6B6B6. Windows color (decimal): -2254360 or 15243741. OLE color: 15243741.

HSL color Cylindrical-coordinate representation of color #DD99E8: hue angle of 291.65º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD99E8 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 153 232 -
CMYK 0.05 0.34 0 0.09
HSL 291.65º 0.63% 0.75% -
HSV(B) 291.65º 0.34% 0.91% -
XYZ 55.78 43.98 81.89 -
YUV 182.34 156.03 155.58 -
System Red Green Blue C M Y K H S L
Decimal 221 153 232 0.05 0.34 0 0.09 291.65 0.63 0.75
Hex DD 99 E8 5 22 0 9 124 3F 4B
Octal 335 231 350 5 42 0 11 444 77 113
Binary 11011101 10011001 11101000 101 100010 0 1001 100100100 111111 1001011

Color Harmonies of #DD99E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD99E8

Black with #DD99E8

Text Example


Text Example

White with #DD99E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD99E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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