Html Css Color HEX #DD9BEC Plum

📋 copy color: '#DD9BEC'

red 221 ◦ green 155 ◦ blue 236

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

Shades of Plum #DD9BEC

Tints of Plum #DD9BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.56%

R = 36.11%
G = 25.33%
B = 38.56%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD9BEC (or 0xDD9BEC) is known color: Plum. HEX triplet: DD, 9B and EC. RGB value is (221,155,236). Sum of RGB (Red+Green+Blue) = 221+155+236=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 155 (60.94% from 255 or 25.33% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD9BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9BEC is #226413. Grayscale: #B7B7B7. Windows color (decimal): -2253844 or 15506397. OLE color: 15506397.

HSL color Cylindrical-coordinate representation of color #DD9BEC: hue angle of 288.89º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD9BEC is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 155 236 -
CMYK 0.06 0.34 0 0.07
HSL 288.89º 0.68% 0.77% -
HSV(B) 288.89º 0.34% 0.93% -
XYZ 56.68 44.87 85.03 -
YUV 183.97 157.37 154.41 -
System Red Green Blue C M Y K H S L
Decimal 221 155 236 0.06 0.34 0 0.07 288.89 0.68 0.77
Hex DD 9B EC 6 22 0 7 121 44 4D
Octal 335 233 354 6 42 0 7 441 104 115
Binary 11011101 10011011 11101100 110 100010 0 111 100100001 1000100 1001101

Color Harmonies of #DD9BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9BEC

Black with #DD9BEC

Text Example


Text Example

White with #DD9BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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