Html Css Color HEX #DAABDA Plum

📋 copy color: '#DAABDA'

red 218 ◦ green 171 ◦ blue 218

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

Shades of Plum #DAABDA

Tints of Plum #DAABDA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.17%

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

R = 35.91%
G = 28.17%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DAABDA (or 0xDAABDA) is known color: Plum. HEX triplet: DA, AB and DA. RGB value is (218,171,218). Sum of RGB (Red+Green+Blue) = 218+171+218=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABDA is #255425. Grayscale: #BEBEBE. Windows color (decimal): -2446374 or 14330842. OLE color: 14330842.

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

Color convert

RGB 218 171 218 -
CMYK 0 0.22 0 0.15
HSL 300º 0.39% 0.76% -
HSV(B) 300º 0.22% 0.85% -
XYZ 56.13 49.09 72.85 -
YUV 190.41 143.57 147.68 -
System Red Green Blue C M Y K H S L
Decimal 218 171 218 0 0.22 0 0.15 300 0.39 0.76
Hex DA AB DA 0 16 0 F 12C 27 4C
Octal 332 253 332 0 26 0 17 454 47 114
Binary 11011010 10101011 11011010 0 10110 0 1111 100101100 100111 1001100

Color Harmonies of #DAABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAABDA

Black with #DAABDA

Text Example


Text Example

White with #DAABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAABDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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