Html Css Color HEX #DD95E5 Plum

📋 copy color: '#DD95E5'

red 221 ◦ green 149 ◦ blue 229

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

Shades of Plum #DD95E5

Tints of Plum #DD95E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.23%

R = 36.89%
G = 24.87%
B = 38.23%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DD95E5 (or 0xDD95E5) is known color: Plum. HEX triplet: DD, 95 and E5. RGB value is (221,149,229). Sum of RGB (Red+Green+Blue) = 221+149+229=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 149 (58.59% from 255 or 24.87% from 599); Blue value is 229 (89.84% from 255 or 38.23% from 599); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD95E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD95E5 is #226A1A. Grayscale: #B3B3B3. Windows color (decimal): -2255387 or 15046109. OLE color: 15046109.

HSL color Cylindrical-coordinate representation of color #DD95E5: hue angle of 294º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD95E5 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 149 229 -
CMYK 0.03 0.35 0 0.10
HSL 294º 0.61% 0.74% -
HSV(B) 294º 0.35% 0.9% -
XYZ 54.71 42.52 79.45 -
YUV 179.65 155.85 157.5 -
System Red Green Blue C M Y K H S L
Decimal 221 149 229 0.03 0.35 0 0.10 294 0.61 0.74
Hex DD 95 E5 3 23 0 A 126 3D 4A
Octal 335 225 345 3 43 0 12 446 75 112
Binary 11011101 10010101 11100101 11 100011 0 1010 100100110 111101 1001010

Color Harmonies of #DD95E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD95E5

Black with #DD95E5

Text Example


Text Example

White with #DD95E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD95E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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