Html Css Color HEX #DD8ECF Plum

📋 copy color: '#DD8ECF'

red 221 ◦ green 142 ◦ blue 207

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

Shades of Plum #DD8ECF

Tints of Plum #DD8ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.32%

R = 38.77%
G = 24.91%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD8ECF (or 0xDD8ECF) is known color: Plum. HEX triplet: DD, 8E and CF. RGB value is (221,142,207). Sum of RGB (Red+Green+Blue) = 221+142+207=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 142 (55.86% from 255 or 24.91% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8ECF is #227130. Grayscale: #ACACAC. Windows color (decimal): -2257201 or 13602525. OLE color: 13602525.

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

Color convert

RGB 221 142 207 -
CMYK 0 0.36 0.06 0.13
HSL 310.63º 0.54% 0.71% -
HSV(B) 310.63º 0.36% 0.87% -
XYZ 50.75 39.22 63.93 -
YUV 173.03 147.17 162.21 -
System Red Green Blue C M Y K H S L
Decimal 221 142 207 0 0.36 0.06 0.13 310.63 0.54 0.71
Hex DD 8E CF 0 24 6 D 137 36 47
Octal 335 216 317 0 44 6 15 467 66 107
Binary 11011101 10001110 11001111 0 100100 110 1101 100110111 110110 1000111

Color Harmonies of #DD8ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8ECF

Black with #DD8ECF

Text Example


Text Example

White with #DD8ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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