Html Css Color HEX #DD8CE1 Plum

📋 copy color: '#DD8CE1'

red 221 ◦ green 140 ◦ blue 225

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

Shades of Plum #DD8CE1

Tints of Plum #DD8CE1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.89%

 BLUE value IS 225 (88.28% from 255) = 38.4%

R = 37.71%
G = 23.89%
B = 38.4%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DD8CE1 (or 0xDD8CE1) is known color: Plum. HEX triplet: DD, 8C and E1. RGB value is (221,140,225). Sum of RGB (Red+Green+Blue) = 221+140+225=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 140 (55.08% from 255 or 23.89% from 586); Blue value is 225 (88.28% from 255 or 38.40% from 586); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD8CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8CE1 is #22731E. Grayscale: #ADADAD. Windows color (decimal): -2257695 or 14781661. OLE color: 14781661.

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

Color convert

RGB 221 140 225 -
CMYK 0.02 0.38 0 0.12
HSL 297.18º 0.59% 0.72% -
HSV(B) 297.18º 0.38% 0.88% -
XYZ 52.79 39.56 76.09 -
YUV 173.91 156.84 161.59 -
System Red Green Blue C M Y K H S L
Decimal 221 140 225 0.02 0.38 0 0.12 297.18 0.59 0.72
Hex DD 8C E1 2 26 0 C 129 3B 48
Octal 335 214 341 2 46 0 14 451 73 110
Binary 11011101 10001100 11100001 10 100110 0 1100 100101001 111011 1001000

Color Harmonies of #DD8CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8CE1

Black with #DD8CE1

Text Example


Text Example

White with #DD8CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8CE1; }

 p { color: rgb(221,140,225); }

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

background-color css

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

 a { background-color: rgb(221,140,225); }

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

border-color css

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

 span { border-color: rgb(221,140,225); }

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