Html Css Color HEX #DD9EEA Plum

📋 copy color: '#DD9EEA'

red 221 ◦ green 158 ◦ blue 234

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

Shades of Plum #DD9EEA

Tints of Plum #DD9EEA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.77%

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

R = 36.05%
G = 25.77%
B = 38.17%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD9EEA (or 0xDD9EEA) is known color: Plum. HEX triplet: DD, 9E and EA. RGB value is (221,158,234). Sum of RGB (Red+Green+Blue) = 221+158+234=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 158 (62.11% from 255 or 25.77% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD9EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9EEA is #226115. Grayscale: #B9B9B9. Windows color (decimal): -2253078 or 15376093. OLE color: 15376093.

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

Color convert

RGB 221 158 234 -
CMYK 0.06 0.32 0 0.08
HSL 289.74º 0.64% 0.77% -
HSV(B) 289.74º 0.32% 0.92% -
XYZ 56.9 45.77 83.68 -
YUV 185.5 155.37 153.32 -
System Red Green Blue C M Y K H S L
Decimal 221 158 234 0.06 0.32 0 0.08 289.74 0.64 0.77
Hex DD 9E EA 6 20 0 8 122 40 4D
Octal 335 236 352 6 40 0 10 442 100 115
Binary 11011101 10011110 11101010 110 100000 0 1000 100100010 1000000 1001101

Color Harmonies of #DD9EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9EEA

Black with #DD9EEA

Text Example


Text Example

White with #DD9EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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