Html Css Color HEX #DD95D6 Plum

📋 copy color: '#DD95D6'

red 221 ◦ green 149 ◦ blue 214

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

Shades of Plum #DD95D6

Tints of Plum #DD95D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.64%

R = 37.84%
G = 25.51%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD95D6 (or 0xDD95D6) is known color: Plum. HEX triplet: DD, 95 and D6. RGB value is (221,149,214). Sum of RGB (Red+Green+Blue) = 221+149+214=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 149 (58.59% from 255 or 25.51% from 584); Blue value is 214 (83.98% from 255 or 36.64% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DD95D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD95D6 is #226A29. Grayscale: #B1B1B1. Windows color (decimal): -2255402 or 14063069. OLE color: 14063069.

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

Color convert

RGB 221 149 214 -
CMYK 0 0.33 0.03 0.13
HSL 305.83º 0.51% 0.73% -
HSV(B) 305.83º 0.33% 0.87% -
XYZ 52.7 41.72 68.89 -
YUV 177.94 148.35 158.71 -
System Red Green Blue C M Y K H S L
Decimal 221 149 214 0 0.33 0.03 0.13 305.83 0.51 0.73
Hex DD 95 D6 0 21 3 D 132 33 49
Octal 335 225 326 0 41 3 15 462 63 111
Binary 11011101 10010101 11010110 0 100001 11 1101 100110010 110011 1001001

Color Harmonies of #DD95D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD95D6

Black with #DD95D6

Text Example


Text Example

White with #DD95D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD95D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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