Html Css Color HEX #DA8FDA Plum

📋 copy color: '#DA8FDA'

red 218 ◦ green 143 ◦ blue 218

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

Shades of Plum #DA8FDA

Tints of Plum #DA8FDA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.7%

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

R = 37.65%
G = 24.7%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DA8FDA (or 0xDA8FDA) is known color: Plum. HEX triplet: DA, 8F and DA. RGB value is (218,143,218). Sum of RGB (Red+Green+Blue) = 218+143+218=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 143 (56.25% from 255 or 24.70% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA8FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8FDA is #257025. Grayscale: #ADADAD. Windows color (decimal): -2453542 or 14323674. OLE color: 14323674.

HSL color Cylindrical-coordinate representation of color #DA8FDA: hue angle of 300º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DA8FDA is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 143 218 -
CMYK 0 0.34 0 0.15
HSL 300º 0.5% 0.71% -
HSV(B) 300º 0.34% 0.85% -
XYZ 51.39 39.61 71.27 -
YUV 173.98 152.85 159.4 -
System Red Green Blue C M Y K H S L
Decimal 218 143 218 0 0.34 0 0.15 300 0.5 0.71
Hex DA 8F DA 0 22 0 F 12C 32 47
Octal 332 217 332 0 42 0 17 454 62 107
Binary 11011010 10001111 11011010 0 100010 0 1111 100101100 110010 1000111

Color Harmonies of #DA8FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8FDA

Black with #DA8FDA

Text Example


Text Example

White with #DA8FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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