Html Css Color HEX #DA9FD2 Plum

📋 copy color: '#DA9FD2'

red 218 ◦ green 159 ◦ blue 210

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

Shades of Plum #DA9FD2

Tints of Plum #DA9FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.78%

R = 37.14%
G = 27.09%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DA9FD2 (or 0xDA9FD2) is known color: Plum. HEX triplet: DA, 9F and D2. RGB value is (218,159,210). Sum of RGB (Red+Green+Blue) = 218+159+210=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 210 (82.42% from 255 or 35.78% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9FD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9FD2 is #25602D. Grayscale: #B6B6B6. Windows color (decimal): -2449454 or 13803482. OLE color: 13803482.

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

Color convert

RGB 218 159 210 -
CMYK 0 0.27 0.04 0.15
HSL 308.14º 0.44% 0.74% -
HSV(B) 308.14º 0.27% 0.85% -
XYZ 52.94 44.35 66.74 -
YUV 182.46 143.55 153.35 -
System Red Green Blue C M Y K H S L
Decimal 218 159 210 0 0.27 0.04 0.15 308.14 0.44 0.74
Hex DA 9F D2 0 1B 4 F 134 2C 4A
Octal 332 237 322 0 33 4 17 464 54 112
Binary 11011010 10011111 11010010 0 11011 100 1111 100110100 101100 1001010

Color Harmonies of #DA9FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9FD2

Black with #DA9FD2

Text Example


Text Example

White with #DA9FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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