Html Css Color HEX #DD99EA Plum

📋 copy color: '#DD99EA'

red 221 ◦ green 153 ◦ blue 234

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

Shades of Plum #DD99EA

Tints of Plum #DD99EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.49%

R = 36.35%
G = 25.16%
B = 38.49%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD99EA (or 0xDD99EA) is known color: Plum. HEX triplet: DD, 99 and EA. RGB value is (221,153,234). Sum of RGB (Red+Green+Blue) = 221+153+234=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 153 (60.16% from 255 or 25.16% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD99EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD99EA is #226615. Grayscale: #B6B6B6. Windows color (decimal): -2254358 or 15374813. OLE color: 15374813.

HSL color Cylindrical-coordinate representation of color #DD99EA: hue angle of 290.37º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD99EA is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 153 234 -
CMYK 0.06 0.35 0 0.08
HSL 290.37º 0.66% 0.76% -
HSV(B) 290.37º 0.35% 0.92% -
XYZ 56.06 44.1 83.4 -
YUV 182.57 157.03 155.41 -
System Red Green Blue C M Y K H S L
Decimal 221 153 234 0.06 0.35 0 0.08 290.37 0.66 0.76
Hex DD 99 EA 6 23 0 8 122 42 4C
Octal 335 231 352 6 43 0 10 442 102 114
Binary 11011101 10011001 11101010 110 100011 0 1000 100100010 1000010 1001100

Color Harmonies of #DD99EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD99EA

Black with #DD99EA

Text Example


Text Example

White with #DD99EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD99EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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