Html Css Color HEX #DD9BEA Plum

📋 copy color: '#DD9BEA'

red 221 ◦ green 155 ◦ blue 234

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

Shades of Plum #DD9BEA

Tints of Plum #DD9BEA

RGB

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

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

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

R = 36.23%
G = 25.41%
B = 38.36%

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

#DD9BEA (or 0xDD9BEA) is known color: Plum. HEX triplet: DD, 9B and EA. RGB value is (221,155,234). Sum of RGB (Red+Green+Blue) = 221+155+234=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 155 (60.94% from 255 or 25.41% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD9BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9BEA is #226415. Grayscale: #B7B7B7. Windows color (decimal): -2253846 or 15375325. OLE color: 15375325.

HSL color Cylindrical-coordinate representation of color #DD9BEA: hue angle of 290.13º degrees, saturation: 0.65, 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 #DD9BEA is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 155 234 -
CMYK 0.06 0.34 0 0.08
HSL 290.13º 0.65% 0.76% -
HSV(B) 290.13º 0.34% 0.92% -
XYZ 56.39 44.76 83.51 -
YUV 183.74 156.37 154.58 -
System Red Green Blue C M Y K H S L
Decimal 221 155 234 0.06 0.34 0 0.08 290.13 0.65 0.76
Hex DD 9B EA 6 22 0 8 122 41 4C
Octal 335 233 352 6 42 0 10 442 101 114
Binary 11011101 10011011 11101010 110 100010 0 1000 100100010 1000001 1001100

Color Harmonies of #DD9BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9BEA

Black with #DD9BEA

Text Example


Text Example

White with #DD9BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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