Html Css Color HEX #DD9BEB Plum

📋 copy color: '#DD9BEB'

red 221 ◦ green 155 ◦ blue 235

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

Shades of Plum #DD9BEB

Tints of Plum #DD9BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.46%

R = 36.17%
G = 25.37%
B = 38.46%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD9BEB (or 0xDD9BEB) is known color: Plum. HEX triplet: DD, 9B and EB. RGB value is (221,155,235). Sum of RGB (Red+Green+Blue) = 221+155+235=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 155 (60.94% from 255 or 25.37% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD9BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9BEB is #226414. Grayscale: #B7B7B7. Windows color (decimal): -2253845 or 15440861. OLE color: 15440861.

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

Color convert

RGB 221 155 235 -
CMYK 0.06 0.34 0 0.08
HSL 289.5º 0.67% 0.76% -
HSV(B) 289.5º 0.34% 0.92% -
XYZ 56.54 44.81 84.27 -
YUV 183.85 156.87 154.5 -
System Red Green Blue C M Y K H S L
Decimal 221 155 235 0.06 0.34 0 0.08 289.5 0.67 0.76
Hex DD 9B EB 6 22 0 8 122 43 4C
Octal 335 233 353 6 42 0 10 442 103 114
Binary 11011101 10011011 11101011 110 100010 0 1000 100100010 1000011 1001100

Color Harmonies of #DD9BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9BEB

Black with #DD9BEB

Text Example


Text Example

White with #DD9BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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