Html Css Color HEX #DD8FDE Plum

📋 copy color: '#DD8FDE'

red 221 ◦ green 143 ◦ blue 222

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

Shades of Plum #DD8FDE

Tints of Plum #DD8FDE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.4%

 BLUE value IS 222 (87.11% from 255) = 37.88%

R = 37.71%
G = 24.4%
B = 37.88%

CMYK

 C value IS 0.00

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD8FDE (or 0xDD8FDE) is known color: Plum. HEX triplet: DD, 8F and DE. RGB value is (221,143,222). Sum of RGB (Red+Green+Blue) = 221+143+222=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 143 (56.25% from 255 or 24.40% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD8FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8FDE is #227021. Grayscale: #AFAFAF. Windows color (decimal): -2256930 or 14585821. OLE color: 14585821.

HSL color Cylindrical-coordinate representation of color #DD8FDE: hue angle of 299.24º degrees, saturation: 0.54, 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 #DD8FDE is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 143 222 -
CMYK 0.00 0.36 0 0.13
HSL 299.24º 0.54% 0.72% -
HSV(B) 299.24º 0.36% 0.87% -
XYZ 52.83 40.29 74.1 -
YUV 175.33 154.34 160.58 -
System Red Green Blue C M Y K H S L
Decimal 221 143 222 0.00 0.36 0 0.13 299.24 0.54 0.72
Hex DD 8F DE 0 24 0 D 12B 36 48
Octal 335 217 336 0 44 0 15 453 66 110
Binary 11011101 10001111 11011110 0 100100 0 1101 100101011 110110 1001000

Color Harmonies of #DD8FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8FDE

Black with #DD8FDE

Text Example


Text Example

White with #DD8FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8FDE; }

 p { color: rgb(221,143,222); }

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

background-color css

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

 a { background-color: rgb(221,143,222); }

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

border-color css

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

 span { border-color: rgb(221,143,222); }

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