Html Css Color HEX #DD8EDF Plum

📋 copy color: '#DD8EDF'

red 221 ◦ green 142 ◦ blue 223

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

Shades of Plum #DD8EDF

Tints of Plum #DD8EDF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.23%

 BLUE value IS 223 (87.5% from 255) = 38.05%

R = 37.71%
G = 24.23%
B = 38.05%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD8EDF (or 0xDD8EDF) is known color: Plum. HEX triplet: DD, 8E and DF. RGB value is (221,142,223). Sum of RGB (Red+Green+Blue) = 221+142+223=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD8EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8EDF is #227120. Grayscale: #AEAEAE. Windows color (decimal): -2257185 or 14651101. OLE color: 14651101.

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

Color convert

RGB 221 142 223 -
CMYK 0.01 0.36 0 0.13
HSL 298.52º 0.56% 0.72% -
HSV(B) 298.52º 0.36% 0.87% -
XYZ 52.81 40.05 74.76 -
YUV 174.86 155.17 160.91 -
System Red Green Blue C M Y K H S L
Decimal 221 142 223 0.01 0.36 0 0.13 298.52 0.56 0.72
Hex DD 8E DF 1 24 0 D 12B 38 48
Octal 335 216 337 1 44 0 15 453 70 110
Binary 11011101 10001110 11011111 1 100100 0 1101 100101011 111000 1001000

Color Harmonies of #DD8EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8EDF

Black with #DD8EDF

Text Example


Text Example

White with #DD8EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8EDF; }

 p { color: rgb(221,142,223); }

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

background-color css

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

 a { background-color: rgb(221,142,223); }

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

border-color css

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

 span { border-color: rgb(221,142,223); }

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