Html Css Color HEX #DD8FCE Plum

📋 copy color: '#DD8FCE'

red 221 ◦ green 143 ◦ blue 206

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

Shades of Plum #DD8FCE

Tints of Plum #DD8FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.14%

R = 38.77%
G = 25.09%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD8FCE (or 0xDD8FCE) is known color: Plum. HEX triplet: DD, 8F and CE. RGB value is (221,143,206). Sum of RGB (Red+Green+Blue) = 221+143+206=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8FCE is #227031. Grayscale: #ADADAD. Windows color (decimal): -2256946 or 13537245. OLE color: 13537245.

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

Color convert

RGB 221 143 206 -
CMYK 0 0.35 0.07 0.13
HSL 311.54º 0.53% 0.71% -
HSV(B) 311.54º 0.35% 0.87% -
XYZ 50.78 39.47 63.34 -
YUV 173.5 146.34 161.88 -
System Red Green Blue C M Y K H S L
Decimal 221 143 206 0 0.35 0.07 0.13 311.54 0.53 0.71
Hex DD 8F CE 0 23 7 D 138 35 47
Octal 335 217 316 0 43 7 15 470 65 107
Binary 11011101 10001111 11001110 0 100011 111 1101 100111000 110101 1000111

Color Harmonies of #DD8FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8FCE

Black with #DD8FCE

Text Example


Text Example

White with #DD8FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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