Html Css Color HEX #DA8BD9 Plum

📋 copy color: '#DA8BD9'

red 218 ◦ green 139 ◦ blue 217

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

Shades of Plum #DA8BD9

Tints of Plum #DA8BD9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.22%

 BLUE value IS 217 (85.16% from 255) = 37.8%

R = 37.98%
G = 24.22%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#DA8BD9 (or 0xDA8BD9) is known color: Plum. HEX triplet: DA, 8B and D9. RGB value is (218,139,217). Sum of RGB (Red+Green+Blue) = 218+139+217=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 139 (54.69% from 255 or 24.22% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8BD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8BD9 is #257426. Grayscale: #ABABAB. Windows color (decimal): -2454567 or 14257114. OLE color: 14257114.

HSL color Cylindrical-coordinate representation of color #DA8BD9: hue angle of 300.76º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA8BD9 is Cyan = 0, Magento = 0.36, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 139 217 -
CMYK 0 0.36 0.00 0.15
HSL 300.76º 0.52% 0.7% -
HSV(B) 300.76º 0.36% 0.85% -
XYZ 50.67 38.38 70.38 -
YUV 171.51 153.67 161.16 -
System Red Green Blue C M Y K H S L
Decimal 218 139 217 0 0.36 0.00 0.15 300.76 0.52 0.7
Hex DA 8B D9 0 24 0 F 12D 34 46
Octal 332 213 331 0 44 0 17 455 64 106
Binary 11011010 10001011 11011001 0 100100 0 1111 100101101 110100 1000110

Color Harmonies of #DA8BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8BD9

Black with #DA8BD9

Text Example


Text Example

White with #DA8BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8BD9; }

 p { color: rgb(218,139,217); }

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

background-color css

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

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

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

border-color css

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

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

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