Html Css Color HEX #DD95E0 Plum

📋 copy color: '#DD95E0'

red 221 ◦ green 149 ◦ blue 224

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

Shades of Plum #DD95E0

Tints of Plum #DD95E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.71%

R = 37.21%
G = 25.08%
B = 37.71%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DD95E0 (or 0xDD95E0) is known color: Plum. HEX triplet: DD, 95 and E0. RGB value is (221,149,224). Sum of RGB (Red+Green+Blue) = 221+149+224=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 149 (58.59% from 255 or 25.08% from 594); Blue value is 224 (87.89% from 255 or 37.71% from 594); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD95E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD95E0 is #226A1F. Grayscale: #B2B2B2. Windows color (decimal): -2255392 or 14718429. OLE color: 14718429.

HSL color Cylindrical-coordinate representation of color #DD95E0: hue angle of 297.6º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD95E0 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 149 224 -
CMYK 0.01 0.33 0 0.12
HSL 297.6º 0.55% 0.73% -
HSV(B) 297.6º 0.33% 0.88% -
XYZ 54.02 42.25 75.83 -
YUV 179.08 153.35 157.9 -
System Red Green Blue C M Y K H S L
Decimal 221 149 224 0.01 0.33 0 0.12 297.6 0.55 0.73
Hex DD 95 E0 1 21 0 C 12A 37 49
Octal 335 225 340 1 41 0 14 452 67 111
Binary 11011101 10010101 11100000 1 100001 0 1100 100101010 110111 1001001

Color Harmonies of #DD95E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD95E0

Black with #DD95E0

Text Example


Text Example

White with #DD95E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD95E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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