Html Css Color HEX #DA9BD6 Plum

📋 copy color: '#DA9BD6'

red 218 ◦ green 155 ◦ blue 214

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

Shades of Plum #DA9BD6

Tints of Plum #DA9BD6

RGB

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

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

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

R = 37.14%
G = 26.41%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#DA9BD6 (or 0xDA9BD6) is known color: Plum. HEX triplet: DA, 9B and D6. RGB value is (218,155,214). Sum of RGB (Red+Green+Blue) = 218+155+214=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 155 (60.94% from 255 or 26.41% from 587); Blue value is 214 (83.98% from 255 or 36.46% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9BD6 is #256429. Grayscale: #B4B4B4. Windows color (decimal): -2450474 or 14064602. OLE color: 14064602.

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

Color convert

RGB 218 155 214 -
CMYK 0 0.29 0.02 0.15
HSL 303.81º 0.46% 0.73% -
HSV(B) 303.81º 0.29% 0.85% -
XYZ 52.77 43.2 69.18 -
YUV 180.56 146.87 154.7 -
System Red Green Blue C M Y K H S L
Decimal 218 155 214 0 0.29 0.02 0.15 303.81 0.46 0.73
Hex DA 9B D6 0 1D 2 F 130 2E 49
Octal 332 233 326 0 35 2 17 460 56 111
Binary 11011010 10011011 11010110 0 11101 10 1111 100110000 101110 1001001

Color Harmonies of #DA9BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9BD6

Black with #DA9BD6

Text Example


Text Example

White with #DA9BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9BD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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