Html Css Color HEX #DA9FD6 Plum

📋 copy color: '#DA9FD6'

red 218 ◦ green 159 ◦ blue 214

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

Shades of Plum #DA9FD6

Tints of Plum #DA9FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.21%

R = 36.89%
G = 26.9%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#DA9FD6 (or 0xDA9FD6) is known color: Plum. HEX triplet: DA, 9F and D6. RGB value is (218,159,214). Sum of RGB (Red+Green+Blue) = 218+159+214=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 159 (62.5% from 255 or 26.90% from 591); Blue value is 214 (83.98% from 255 or 36.21% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9FD6 is #256029. Grayscale: #B6B6B6. Windows color (decimal): -2449450 or 14065626. OLE color: 14065626.

HSL color Cylindrical-coordinate representation of color #DA9FD6: hue angle of 304.07º 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 #DA9FD6 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 159 214 -
CMYK 0 0.27 0.02 0.15
HSL 304.07º 0.44% 0.74% -
HSV(B) 304.07º 0.27% 0.85% -
XYZ 53.45 44.56 69.4 -
YUV 182.91 145.55 153.03 -
System Red Green Blue C M Y K H S L
Decimal 218 159 214 0 0.27 0.02 0.15 304.07 0.44 0.74
Hex DA 9F D6 0 1B 2 F 130 2C 4A
Octal 332 237 326 0 33 2 17 460 54 112
Binary 11011010 10011111 11010110 0 11011 10 1111 100110000 101100 1001010

Color Harmonies of #DA9FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9FD6

Black with #DA9FD6

Text Example


Text Example

White with #DA9FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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