Html Css Color HEX #DA9FD7 Plum

📋 copy color: '#DA9FD7'

red 218 ◦ green 159 ◦ blue 215

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

Shades of Plum #DA9FD7

Tints of Plum #DA9FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.32%

R = 36.82%
G = 26.86%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DA9FD7 (or 0xDA9FD7) is known color: Plum. HEX triplet: DA, 9F and D7. RGB value is (218,159,215). Sum of RGB (Red+Green+Blue) = 218+159+215=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 159 (62.5% from 255 or 26.86% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9FD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9FD7 is #256028. Grayscale: #B6B6B6. Windows color (decimal): -2449449 or 14131162. OLE color: 14131162.

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

Color convert

RGB 218 159 215 -
CMYK 0 0.27 0.01 0.15
HSL 303.05º 0.44% 0.74% -
HSV(B) 303.05º 0.27% 0.85% -
XYZ 53.58 44.61 70.08 -
YUV 183.03 146.05 152.95 -
System Red Green Blue C M Y K H S L
Decimal 218 159 215 0 0.27 0.01 0.15 303.05 0.44 0.74
Hex DA 9F D7 0 1B 1 F 12F 2C 4A
Octal 332 237 327 0 33 1 17 457 54 112
Binary 11011010 10011111 11010111 0 11011 1 1111 100101111 101100 1001010

Color Harmonies of #DA9FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9FD7

Black with #DA9FD7

Text Example


Text Example

White with #DA9FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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