Html Css Color HEX #DD95DC Plum

📋 copy color: '#DD95DC'

red 221 ◦ green 149 ◦ blue 220

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

Shades of Plum #DD95DC

Tints of Plum #DD95DC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.25%

 BLUE value IS 220 (86.33% from 255) = 37.29%

R = 37.46%
G = 25.25%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD95DC (or 0xDD95DC) is known color: Plum. HEX triplet: DD, 95 and DC. RGB value is (221,149,220). Sum of RGB (Red+Green+Blue) = 221+149+220=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 149 (58.59% from 255 or 25.25% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DD95DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD95DC is #226A23. Grayscale: #B2B2B2. Windows color (decimal): -2255396 or 14456285. OLE color: 14456285.

HSL color Cylindrical-coordinate representation of color #DD95DC: hue angle of 300.83º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD95DC is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 149 220 -
CMYK 0 0.33 0.00 0.13
HSL 300.83º 0.51% 0.73% -
HSV(B) 300.83º 0.33% 0.87% -
XYZ 53.48 42.03 73 -
YUV 178.62 151.35 158.23 -
System Red Green Blue C M Y K H S L
Decimal 221 149 220 0 0.33 0.00 0.13 300.83 0.51 0.73
Hex DD 95 DC 0 21 0 D 12D 33 49
Octal 335 225 334 0 41 0 15 455 63 111
Binary 11011101 10010101 11011100 0 100001 0 1101 100101101 110011 1001001

Color Harmonies of #DD95DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD95DC

Black with #DD95DC

Text Example


Text Example

White with #DD95DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD95DC; }

 p { color: rgb(221,149,220); }

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

background-color css

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

 a { background-color: rgb(221,149,220); }

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

border-color css

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

 span { border-color: rgb(221,149,220); }

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