Html Css Color HEX #DA8BDA Plum

📋 copy color: '#DA8BDA'

red 218 ◦ green 139 ◦ blue 218

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

Shades of Plum #DA8BDA

Tints of Plum #DA8BDA

RGB

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

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

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

R = 37.91%
G = 24.17%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DA8BDA (or 0xDA8BDA) is known color: Plum. HEX triplet: DA, 8B and DA. RGB value is (218,139,218). Sum of RGB (Red+Green+Blue) = 218+139+218=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 139 (54.69% from 255 or 24.17% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA8BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8BDA is #257425. Grayscale: #ABABAB. Windows color (decimal): -2454566 or 14322650. OLE color: 14322650.

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

Color convert

RGB 218 139 218 -
CMYK 0 0.36 0 0.15
HSL 300º 0.52% 0.7% -
HSV(B) 300º 0.36% 0.85% -
XYZ 50.8 38.43 71.07 -
YUV 171.63 154.17 161.08 -
System Red Green Blue C M Y K H S L
Decimal 218 139 218 0 0.36 0 0.15 300 0.52 0.7
Hex DA 8B DA 0 24 0 F 12C 34 46
Octal 332 213 332 0 44 0 17 454 64 106
Binary 11011010 10001011 11011010 0 100100 0 1111 100101100 110100 1000110

Color Harmonies of #DA8BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8BDA

Black with #DA8BDA

Text Example


Text Example

White with #DA8BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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