Html Css Color HEX #DA9BDC Plum

📋 copy color: '#DA9BDC'

red 218 ◦ green 155 ◦ blue 220

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

Shades of Plum #DA9BDC

Tints of Plum #DA9BDC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.14%

 BLUE value IS 220 (86.33% from 255) = 37.1%

R = 36.76%
G = 26.14%
B = 37.1%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA9BDC (or 0xDA9BDC) is known color: Plum. HEX triplet: DA, 9B and DC. RGB value is (218,155,220). Sum of RGB (Red+Green+Blue) = 218+155+220=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 155 (60.94% from 255 or 26.14% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA9BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9BDC is #256423. Grayscale: #B5B5B5. Windows color (decimal): -2450468 or 14457818. OLE color: 14457818.

HSL color Cylindrical-coordinate representation of color #DA9BDC: hue angle of 298.15º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA9BDC is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 155 220 -
CMYK 0.01 0.30 0 0.14
HSL 298.15º 0.48% 0.74% -
HSV(B) 298.15º 0.3% 0.86% -
XYZ 53.55 43.52 73.29 -
YUV 181.25 149.87 154.21 -
System Red Green Blue C M Y K H S L
Decimal 218 155 220 0.01 0.30 0 0.14 298.15 0.48 0.74
Hex DA 9B DC 1 1E 0 E 12A 30 4A
Octal 332 233 334 1 36 0 16 452 60 112
Binary 11011010 10011011 11011100 1 11110 0 1110 100101010 110000 1001010

Color Harmonies of #DA9BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9BDC

Black with #DA9BDC

Text Example


Text Example

White with #DA9BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9BDC; }

 p { color: rgb(218,155,220); }

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

background-color css

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

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

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

border-color css

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

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

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