Html Css Color HEX #DD8BE0 Plum

📋 copy color: '#DD8BE0'

red 221 ◦ green 139 ◦ blue 224

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

Shades of Plum #DD8BE0

Tints of Plum #DD8BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.36%

R = 37.84%
G = 23.8%
B = 38.36%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DD8BE0 (or 0xDD8BE0) is known color: Plum. HEX triplet: DD, 8B and E0. RGB value is (221,139,224). Sum of RGB (Red+Green+Blue) = 221+139+224=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 139 (54.69% from 255 or 23.80% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD8BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8BE0 is #22741F. Grayscale: #ACACAC. Windows color (decimal): -2257952 or 14715869. OLE color: 14715869.

HSL color Cylindrical-coordinate representation of color #DD8BE0: hue angle of 297.88º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD8BE0 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 139 224 -
CMYK 0.01 0.38 0 0.12
HSL 297.88º 0.58% 0.71% -
HSV(B) 297.88º 0.38% 0.88% -
XYZ 52.51 39.22 75.32 -
YUV 173.21 156.67 162.09 -
System Red Green Blue C M Y K H S L
Decimal 221 139 224 0.01 0.38 0 0.12 297.88 0.58 0.71
Hex DD 8B E0 1 26 0 C 12A 3A 47
Octal 335 213 340 1 46 0 14 452 72 107
Binary 11011101 10001011 11100000 1 100110 0 1100 100101010 111010 1000111

Color Harmonies of #DD8BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8BE0

Black with #DD8BE0

Text Example


Text Example

White with #DD8BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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