Html Css Color HEX #DA8FDB Plum

📋 copy color: '#DA8FDB'

red 218 ◦ green 143 ◦ blue 219

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

Shades of Plum #DA8FDB

Tints of Plum #DA8FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.66%

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

R = 37.59%
G = 24.66%
B = 37.76%

CMYK

 C value IS 0.00

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA8FDB (or 0xDA8FDB) is known color: Plum. HEX triplet: DA, 8F and DB. RGB value is (218,143,219). Sum of RGB (Red+Green+Blue) = 218+143+219=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 143 (56.25% from 255 or 24.66% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA8FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8FDB is #257024. Grayscale: #ADADAD. Windows color (decimal): -2453541 or 14389210. OLE color: 14389210.

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

Color convert

RGB 218 143 219 -
CMYK 0.00 0.35 0 0.14
HSL 299.21º 0.51% 0.71% -
HSV(B) 299.21º 0.35% 0.86% -
XYZ 51.52 39.66 71.96 -
YUV 174.09 153.35 159.32 -
System Red Green Blue C M Y K H S L
Decimal 218 143 219 0.00 0.35 0 0.14 299.21 0.51 0.71
Hex DA 8F DB 0 23 0 E 12B 33 47
Octal 332 217 333 0 43 0 16 453 63 107
Binary 11011010 10001111 11011011 0 100011 0 1110 100101011 110011 1000111

Color Harmonies of #DA8FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8FDB

Black with #DA8FDB

Text Example


Text Example

White with #DA8FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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