Html Css Color HEX #DD9BE5 Plum

📋 copy color: '#DD9BE5'

red 221 ◦ green 155 ◦ blue 229

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

Shades of Plum #DD9BE5

Tints of Plum #DD9BE5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.62%

 BLUE value IS 229 (89.84% from 255) = 37.85%

R = 36.53%
G = 25.62%
B = 37.85%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DD9BE5 (or 0xDD9BE5) is known color: Plum. HEX triplet: DD, 9B and E5. RGB value is (221,155,229). Sum of RGB (Red+Green+Blue) = 221+155+229=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 155 (60.94% from 255 or 25.62% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD9BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9BE5 is #22641A. Grayscale: #B6B6B6. Windows color (decimal): -2253851 or 15047645. OLE color: 15047645.

HSL color Cylindrical-coordinate representation of color #DD9BE5: hue angle of 293.51º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD9BE5 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 155 229 -
CMYK 0.03 0.32 0 0.10
HSL 293.51º 0.59% 0.75% -
HSV(B) 293.51º 0.32% 0.9% -
XYZ 55.68 44.47 79.78 -
YUV 183.17 153.87 154.98 -
System Red Green Blue C M Y K H S L
Decimal 221 155 229 0.03 0.32 0 0.10 293.51 0.59 0.75
Hex DD 9B E5 3 20 0 A 126 3B 4B
Octal 335 233 345 3 40 0 12 446 73 113
Binary 11011101 10011011 11100101 11 100000 0 1010 100100110 111011 1001011

Color Harmonies of #DD9BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9BE5

Black with #DD9BE5

Text Example


Text Example

White with #DD9BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9BE5; }

 p { color: rgb(221,155,229); }

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

background-color css

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

 a { background-color: rgb(221,155,229); }

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

border-color css

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

 span { border-color: rgb(221,155,229); }

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