Html Css Color HEX #DD8FDF Plum

📋 copy color: '#DD8FDF'

red 221 ◦ green 143 ◦ blue 223

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

Shades of Plum #DD8FDF

Tints of Plum #DD8FDF

RGB

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

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

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

R = 37.65%
G = 24.36%
B = 37.99%

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

#DD8FDF (or 0xDD8FDF) is known color: Plum. HEX triplet: DD, 8F and DF. RGB value is (221,143,223). Sum of RGB (Red+Green+Blue) = 221+143+223=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 143 (56.25% from 255 or 24.36% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD8FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8FDF is #227020. Grayscale: #AFAFAF. Windows color (decimal): -2256929 or 14651357. OLE color: 14651357.

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

Color convert

RGB 221 143 223 -
CMYK 0.01 0.36 0 0.13
HSL 298.5º 0.56% 0.72% -
HSV(B) 298.5º 0.36% 0.87% -
XYZ 52.96 40.34 74.81 -
YUV 175.44 154.84 160.5 -
System Red Green Blue C M Y K H S L
Decimal 221 143 223 0.01 0.36 0 0.13 298.5 0.56 0.72
Hex DD 8F DF 1 24 0 D 12A 38 48
Octal 335 217 337 1 44 0 15 452 70 110
Binary 11011101 10001111 11011111 1 100100 0 1101 100101010 111000 1001000

Color Harmonies of #DD8FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8FDF

Black with #DD8FDF

Text Example


Text Example

White with #DD8FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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