Html Css Color HEX #DD8BDA Plum

📋 copy color: '#DD8BDA'

red 221 ◦ green 139 ◦ blue 218

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

Shades of Plum #DD8BDA

Tints of Plum #DD8BDA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.05%

 BLUE value IS 218 (85.55% from 255) = 37.72%

R = 38.24%
G = 24.05%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD8BDA (or 0xDD8BDA) is known color: Plum. HEX triplet: DD, 8B and DA. RGB value is (221,139,218). Sum of RGB (Red+Green+Blue) = 221+139+218=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 139 (54.69% from 255 or 24.05% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8BDA is #227425. Grayscale: #ACACAC. Windows color (decimal): -2257958 or 14322653. OLE color: 14322653.

HSL color Cylindrical-coordinate representation of color #DD8BDA: hue angle of 302.2º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD8BDA is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 139 218 -
CMYK 0 0.37 0.01 0.13
HSL 302.2º 0.55% 0.71% -
HSV(B) 302.2º 0.37% 0.87% -
XYZ 51.71 38.9 71.11 -
YUV 172.52 153.67 162.58 -
System Red Green Blue C M Y K H S L
Decimal 221 139 218 0 0.37 0.01 0.13 302.2 0.55 0.71
Hex DD 8B DA 0 25 1 D 12E 37 47
Octal 335 213 332 0 45 1 15 456 67 107
Binary 11011101 10001011 11011010 0 100101 1 1101 100101110 110111 1000111

Color Harmonies of #DD8BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8BDA

Black with #DD8BDA

Text Example


Text Example

White with #DD8BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8BDA; }

 p { color: rgb(221,139,218); }

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

background-color css

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

 a { background-color: rgb(221,139,218); }

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

border-color css

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

 span { border-color: rgb(221,139,218); }

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