Html Css Color HEX #DD95E8 Plum

📋 copy color: '#DD95E8'

red 221 ◦ green 149 ◦ blue 232

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

Shades of Plum #DD95E8

Tints of Plum #DD95E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.54%

R = 36.71%
G = 24.75%
B = 38.54%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DD95E8 (or 0xDD95E8) is known color: Plum. HEX triplet: DD, 95 and E8. RGB value is (221,149,232). Sum of RGB (Red+Green+Blue) = 221+149+232=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 149 (58.59% from 255 or 24.75% from 602); Blue value is 232 (91.02% from 255 or 38.54% from 602); Max value from RGB is 232 - color contains mainly: blue. Hex color #DD95E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD95E8 is #226A17. Grayscale: #B3B3B3. Windows color (decimal): -2255384 or 15242717. OLE color: 15242717.

HSL color Cylindrical-coordinate representation of color #DD95E8: hue angle of 292.05º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD95E8 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 149 232 -
CMYK 0.05 0.36 0 0.09
HSL 292.05º 0.64% 0.75% -
HSV(B) 292.05º 0.36% 0.91% -
XYZ 55.13 42.69 81.68 -
YUV 179.99 157.35 157.25 -
System Red Green Blue C M Y K H S L
Decimal 221 149 232 0.05 0.36 0 0.09 292.05 0.64 0.75
Hex DD 95 E8 5 24 0 9 124 40 4B
Octal 335 225 350 5 44 0 11 444 100 113
Binary 11011101 10010101 11101000 101 100100 0 1001 100100100 1000000 1001011

Color Harmonies of #DD95E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD95E8

Black with #DD95E8

Text Example


Text Example

White with #DD95E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD95E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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