Html Css Color HEX #DA95DD Plum

📋 copy color: '#DA95DD'

red 218 ◦ green 149 ◦ blue 221

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

Shades of Plum #DA95DD

Tints of Plum #DA95DD

RGB

 RED value IS 218 (85.55% from 255) = 37.07%

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

 BLUE value IS 221 (86.72% from 255) = 37.59%

R = 37.07%
G = 25.34%
B = 37.59%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA95DD (or 0xDA95DD) is known color: Plum. HEX triplet: DA, 95 and DD. RGB value is (218,149,221). Sum of RGB (Red+Green+Blue) = 218+149+221=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 149 (58.59% from 255 or 25.34% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA95DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA95DD is #256A22. Grayscale: #B1B1B1. Windows color (decimal): -2452003 or 14521818. OLE color: 14521818.

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

Color convert

RGB 218 149 221 -
CMYK 0.01 0.33 0 0.13
HSL 297.5º 0.51% 0.73% -
HSV(B) 297.5º 0.33% 0.87% -
XYZ 52.71 41.62 73.66 -
YUV 177.84 152.36 156.65 -
System Red Green Blue C M Y K H S L
Decimal 218 149 221 0.01 0.33 0 0.13 297.5 0.51 0.73
Hex DA 95 DD 1 21 0 D 12A 33 49
Octal 332 225 335 1 41 0 15 452 63 111
Binary 11011010 10010101 11011101 1 100001 0 1101 100101010 110011 1001001

Color Harmonies of #DA95DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA95DD

Black with #DA95DD

Text Example


Text Example

White with #DA95DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA95DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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