Html Css Color HEX #DA94DB Plum

📋 copy color: '#DA94DB'

red 218 ◦ green 148 ◦ blue 219

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

Shades of Plum #DA94DB

Tints of Plum #DA94DB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.3%

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

R = 37.26%
G = 25.3%
B = 37.44%

CMYK

 C value IS 0.00

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA94DB (or 0xDA94DB) is known color: Plum. HEX triplet: DA, 94 and DB. RGB value is (218,148,219). Sum of RGB (Red+Green+Blue) = 218+148+219=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 148 (58.20% from 255 or 25.30% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA94DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA94DB is #256B24. Grayscale: #B0B0B0. Windows color (decimal): -2452261 or 14390490. OLE color: 14390490.

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

Color convert

RGB 218 148 219 -
CMYK 0.00 0.32 0 0.14
HSL 299.15º 0.5% 0.72% -
HSV(B) 299.15º 0.32% 0.86% -
XYZ 52.29 41.2 72.21 -
YUV 177.02 151.69 157.23 -
System Red Green Blue C M Y K H S L
Decimal 218 148 219 0.00 0.32 0 0.14 299.15 0.5 0.72
Hex DA 94 DB 0 20 0 E 12B 32 48
Octal 332 224 333 0 40 0 16 453 62 110
Binary 11011010 10010100 11011011 0 100000 0 1110 100101011 110010 1001000

Color Harmonies of #DA94DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA94DB

Black with #DA94DB

Text Example


Text Example

White with #DA94DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA94DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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