Html Css Color HEX #DD95D8 Plum

📋 copy color: '#DD95D8'

red 221 ◦ green 149 ◦ blue 216

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

Shades of Plum #DD95D8

Tints of Plum #DD95D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.86%

R = 37.71%
G = 25.43%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD95D8 (or 0xDD95D8) is known color: Plum. HEX triplet: DD, 95 and D8. RGB value is (221,149,216). Sum of RGB (Red+Green+Blue) = 221+149+216=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 149 (58.59% from 255 or 25.43% from 586); Blue value is 216 (84.77% from 255 or 36.86% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DD95D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD95D8 is #226A27. Grayscale: #B1B1B1. Windows color (decimal): -2255400 or 14194141. OLE color: 14194141.

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

Color convert

RGB 221 149 216 -
CMYK 0 0.33 0.02 0.13
HSL 304.17º 0.51% 0.73% -
HSV(B) 304.17º 0.33% 0.87% -
XYZ 52.96 41.82 70.25 -
YUV 178.17 149.35 158.55 -
System Red Green Blue C M Y K H S L
Decimal 221 149 216 0 0.33 0.02 0.13 304.17 0.51 0.73
Hex DD 95 D8 0 21 2 D 130 33 49
Octal 335 225 330 0 41 2 15 460 63 111
Binary 11011101 10010101 11011000 0 100001 10 1101 100110000 110011 1001001

Color Harmonies of #DD95D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD95D8

Black with #DD95D8

Text Example


Text Example

White with #DD95D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD95D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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