Html Css Color HEX #DA9FDA Plum

📋 copy color: '#DA9FDA'

red 218 ◦ green 159 ◦ blue 218

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

Shades of Plum #DA9FDA

Tints of Plum #DA9FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.72%

 BLUE value IS 218 (85.55% from 255) = 36.64%

R = 36.64%
G = 26.72%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DA9FDA (or 0xDA9FDA) is known color: Plum. HEX triplet: DA, 9F and DA. RGB value is (218,159,218). Sum of RGB (Red+Green+Blue) = 218+159+218=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA9FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9FDA is #256025. Grayscale: #B7B7B7. Windows color (decimal): -2449446 or 14327770. OLE color: 14327770.

HSL color Cylindrical-coordinate representation of color #DA9FDA: hue angle of 300º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DA9FDA is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 159 218 -
CMYK 0 0.27 0 0.15
HSL 300º 0.44% 0.74% -
HSV(B) 300º 0.27% 0.85% -
XYZ 53.97 44.76 72.13 -
YUV 183.37 147.55 152.7 -
System Red Green Blue C M Y K H S L
Decimal 218 159 218 0 0.27 0 0.15 300 0.44 0.74
Hex DA 9F DA 0 1B 0 F 12C 2C 4A
Octal 332 237 332 0 33 0 17 454 54 112
Binary 11011010 10011111 11011010 0 11011 0 1111 100101100 101100 1001010

Color Harmonies of #DA9FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9FDA

Black with #DA9FDA

Text Example


Text Example

White with #DA9FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9FDA; }

 p { color: rgb(218,159,218); }

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

background-color css

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

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

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

border-color css

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

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

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