Html Css Color HEX #DA95DF Plum

📋 copy color: '#DA95DF'

red 218 ◦ green 149 ◦ blue 223

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

Shades of Plum #DA95DF

Tints of Plum #DA95DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.8%

R = 36.95%
G = 25.25%
B = 37.8%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA95DF (or 0xDA95DF) is known color: Plum. HEX triplet: DA, 95 and DF. RGB value is (218,149,223). Sum of RGB (Red+Green+Blue) = 218+149+223=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 149 (58.59% from 255 or 25.25% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA95DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA95DF is #256A20. Grayscale: #B1B1B1. Windows color (decimal): -2452001 or 14652890. OLE color: 14652890.

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

Color convert

RGB 218 149 223 -
CMYK 0.02 0.33 0 0.13
HSL 295.95º 0.54% 0.73% -
HSV(B) 295.95º 0.33% 0.87% -
XYZ 52.98 41.73 75.07 -
YUV 178.07 153.36 156.48 -
System Red Green Blue C M Y K H S L
Decimal 218 149 223 0.02 0.33 0 0.13 295.95 0.54 0.73
Hex DA 95 DF 2 21 0 D 128 36 49
Octal 332 225 337 2 41 0 15 450 66 111
Binary 11011010 10010101 11011111 10 100001 0 1101 100101000 110110 1001001

Color Harmonies of #DA95DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA95DF

Black with #DA95DF

Text Example


Text Example

White with #DA95DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA95DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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