Html Css Color HEX #DD95EC Plum

📋 copy color: '#DD95EC'

red 221 ◦ green 149 ◦ blue 236

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

Shades of Plum #DD95EC

Tints of Plum #DD95EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.94%

R = 36.47%
G = 24.59%
B = 38.94%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD95EC (or 0xDD95EC) is known color: Plum. HEX triplet: DD, 95 and EC. RGB value is (221,149,236). Sum of RGB (Red+Green+Blue) = 221+149+236=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 149 (58.59% from 255 or 24.59% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD95EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD95EC is #226A13. Grayscale: #B4B4B4. Windows color (decimal): -2255380 or 15504861. OLE color: 15504861.

HSL color Cylindrical-coordinate representation of color #DD95EC: hue angle of 289.66º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD95EC is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 149 236 -
CMYK 0.06 0.37 0 0.07
HSL 289.66º 0.7% 0.75% -
HSV(B) 289.66º 0.37% 0.93% -
XYZ 55.71 42.92 84.71 -
YUV 180.45 159.35 156.93 -
System Red Green Blue C M Y K H S L
Decimal 221 149 236 0.06 0.37 0 0.07 289.66 0.7 0.75
Hex DD 95 EC 6 25 0 7 122 46 4B
Octal 335 225 354 6 45 0 7 442 106 113
Binary 11011101 10010101 11101100 110 100101 0 111 100100010 1000110 1001011

Color Harmonies of #DD95EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD95EC

Black with #DD95EC

Text Example


Text Example

White with #DD95EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD95EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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