Html Css Color HEX #DA8AD6 Plum

📋 copy color: '#DA8AD6'

red 218 ◦ green 138 ◦ blue 214

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

Shades of Plum #DA8AD6

Tints of Plum #DA8AD6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.21%

 BLUE value IS 214 (83.98% from 255) = 37.54%

R = 38.25%
G = 24.21%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#DA8AD6 (or 0xDA8AD6) is known color: Plum. HEX triplet: DA, 8A and D6. RGB value is (218,138,214). Sum of RGB (Red+Green+Blue) = 218+138+214=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 214 (83.98% from 255 or 37.54% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8AD6 is #257529. Grayscale: #AAAAAA. Windows color (decimal): -2454826 or 14060250. OLE color: 14060250.

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

Color convert

RGB 218 138 214 -
CMYK 0 0.37 0.02 0.15
HSL 303º 0.52% 0.7% -
HSV(B) 303º 0.37% 0.85% -
XYZ 50.14 37.94 68.3 -
YUV 170.58 152.5 161.82 -
System Red Green Blue C M Y K H S L
Decimal 218 138 214 0 0.37 0.02 0.15 303 0.52 0.7
Hex DA 8A D6 0 25 2 F 12F 34 46
Octal 332 212 326 0 45 2 17 457 64 106
Binary 11011010 10001010 11010110 0 100101 10 1111 100101111 110100 1000110

Color Harmonies of #DA8AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8AD6

Black with #DA8AD6

Text Example


Text Example

White with #DA8AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8AD6; }

 p { color: rgb(218,138,214); }

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

background-color css

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

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

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

border-color css

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

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

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