Html Css Color HEX #DD9FE9 Plum

📋 copy color: '#DD9FE9'

red 221 ◦ green 159 ◦ blue 233

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

Shades of Plum #DD9FE9

Tints of Plum #DD9FE9

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.94%

 BLUE value IS 233 (91.41% from 255) = 38.01%

R = 36.05%
G = 25.94%
B = 38.01%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DD9FE9 (or 0xDD9FE9) is known color: Plum. HEX triplet: DD, 9F and E9. RGB value is (221,159,233). Sum of RGB (Red+Green+Blue) = 221+159+233=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 159 (62.5% from 255 or 25.94% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD9FE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9FE9 is #226016. Grayscale: #B9B9B9. Windows color (decimal): -2252823 or 15310813. OLE color: 15310813.

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

Color convert

RGB 221 159 233 -
CMYK 0.05 0.32 0 0.09
HSL 290.27º 0.63% 0.77% -
HSV(B) 290.27º 0.32% 0.91% -
XYZ 56.92 46.05 82.98 -
YUV 185.97 154.54 152.98 -
System Red Green Blue C M Y K H S L
Decimal 221 159 233 0.05 0.32 0 0.09 290.27 0.63 0.77
Hex DD 9F E9 5 20 0 9 122 3F 4D
Octal 335 237 351 5 40 0 11 442 77 115
Binary 11011101 10011111 11101001 101 100000 0 1001 100100010 111111 1001101

Color Harmonies of #DD9FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9FE9

Black with #DD9FE9

Text Example


Text Example

White with #DD9FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9FE9; }

 p { color: rgb(221,159,233); }

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

background-color css

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

 a { background-color: rgb(221,159,233); }

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

border-color css

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

 span { border-color: rgb(221,159,233); }

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