Html Css Color HEX #DD9BE9 Plum

📋 copy color: '#DD9BE9'

red 221 ◦ green 155 ◦ blue 233

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

Shades of Plum #DD9BE9

Tints of Plum #DD9BE9

RGB

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

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

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

R = 36.29%
G = 25.45%
B = 38.26%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DD9BE9 (or 0xDD9BE9) is known color: Plum. HEX triplet: DD, 9B and E9. RGB value is (221,155,233). Sum of RGB (Red+Green+Blue) = 221+155+233=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 155 (60.94% from 255 or 25.45% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD9BE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9BE9 is #226416. Grayscale: #B7B7B7. Windows color (decimal): -2253847 or 15309789. OLE color: 15309789.

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

Color convert

RGB 221 155 233 -
CMYK 0.05 0.33 0 0.09
HSL 290.77º 0.64% 0.76% -
HSV(B) 290.77º 0.33% 0.91% -
XYZ 56.25 44.7 82.75 -
YUV 183.63 155.87 154.66 -
System Red Green Blue C M Y K H S L
Decimal 221 155 233 0.05 0.33 0 0.09 290.77 0.64 0.76
Hex DD 9B E9 5 21 0 9 123 40 4C
Octal 335 233 351 5 41 0 11 443 100 114
Binary 11011101 10011011 11101001 101 100001 0 1001 100100011 1000000 1001100

Color Harmonies of #DD9BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9BE9

Black with #DD9BE9

Text Example


Text Example

White with #DD9BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9BE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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