Html Css Color HEX #DA9FDB Plum

📋 copy color: '#DA9FDB'

red 218 ◦ green 159 ◦ blue 219

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

Shades of Plum #DA9FDB

Tints of Plum #DA9FDB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.68%

 BLUE value IS 219 (85.94% from 255) = 36.74%

R = 36.58%
G = 26.68%
B = 36.74%

CMYK

 C value IS 0.00

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA9FDB (or 0xDA9FDB) is known color: Plum. HEX triplet: DA, 9F and DB. RGB value is (218,159,219). Sum of RGB (Red+Green+Blue) = 218+159+219=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 159 (62.5% from 255 or 26.68% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA9FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9FDB is #256024. Grayscale: #B7B7B7. Windows color (decimal): -2449445 or 14393306. OLE color: 14393306.

HSL color Cylindrical-coordinate representation of color #DA9FDB: hue angle of 299º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DA9FDB is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 159 219 -
CMYK 0.00 0.27 0 0.14
HSL 299º 0.45% 0.74% -
HSV(B) 299º 0.27% 0.86% -
XYZ 54.1 44.82 72.82 -
YUV 183.48 148.05 152.62 -
System Red Green Blue C M Y K H S L
Decimal 218 159 219 0.00 0.27 0 0.14 299 0.45 0.74
Hex DA 9F DB 0 1B 0 E 12B 2D 4A
Octal 332 237 333 0 33 0 16 453 55 112
Binary 11011010 10011111 11011011 0 11011 0 1110 100101011 101101 1001010

Color Harmonies of #DA9FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9FDB

Black with #DA9FDB

Text Example


Text Example

White with #DA9FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9FDB; }

 p { color: rgb(218,159,219); }

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

background-color css

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

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

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

border-color css

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

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

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