Html Css Color HEX #DA8AD3 Plum

📋 copy color: '#DA8AD3'

red 218 ◦ green 138 ◦ blue 211

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

Shades of Plum #DA8AD3

Tints of Plum #DA8AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.21%

R = 38.45%
G = 24.34%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DA8AD3 (or 0xDA8AD3) is known color: Plum. HEX triplet: DA, 8A and D3. RGB value is (218,138,211). Sum of RGB (Red+Green+Blue) = 218+138+211=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 211 (82.81% from 255 or 37.21% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8AD3 is #25752C. Grayscale: #AAAAAA. Windows color (decimal): -2454829 or 13863642. OLE color: 13863642.

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

Color convert

RGB 218 138 211 -
CMYK 0 0.37 0.03 0.15
HSL 305.25º 0.52% 0.7% -
HSV(B) 305.25º 0.37% 0.85% -
XYZ 49.76 37.79 66.3 -
YUV 170.24 151 162.06 -
System Red Green Blue C M Y K H S L
Decimal 218 138 211 0 0.37 0.03 0.15 305.25 0.52 0.7
Hex DA 8A D3 0 25 3 F 131 34 46
Octal 332 212 323 0 45 3 17 461 64 106
Binary 11011010 10001010 11010011 0 100101 11 1111 100110001 110100 1000110

Color Harmonies of #DA8AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8AD3

Black with #DA8AD3

Text Example


Text Example

White with #DA8AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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