Html Css Color HEX #D294DB Plum

📋 copy color: '#D294DB'

red 210 ◦ green 148 ◦ blue 219

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

Shades of Plum #D294DB

Tints of Plum #D294DB

RGB

 RED value IS 210 (82.42% from 255) = 36.4%

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

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

R = 36.4%
G = 25.65%
B = 37.95%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D294DB (or 0xD294DB) is known color: Plum. HEX triplet: D2, 94 and DB. RGB value is (210,148,219). Sum of RGB (Red+Green+Blue) = 210+148+219=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 148 (58.20% from 255 or 25.65% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #D294DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D294DB is #2D6B24. Grayscale: #AEAEAE. Windows color (decimal): -2976549 or 14390482. OLE color: 14390482.

HSL color Cylindrical-coordinate representation of color #D294DB: hue angle of 292.39º 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 #D294DB is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 148 219 -
CMYK 0.04 0.32 0 0.14
HSL 292.39º 0.5% 0.72% -
HSV(B) 292.39º 0.32% 0.86% -
XYZ 49.95 40 72.1 -
YUV 174.63 153.04 153.23 -
System Red Green Blue C M Y K H S L
Decimal 210 148 219 0.04 0.32 0 0.14 292.39 0.5 0.72
Hex D2 94 DB 4 20 0 E 124 32 48
Octal 322 224 333 4 40 0 16 444 62 110
Binary 11010010 10010100 11011011 100 100000 0 1110 100100100 110010 1001000

Color Harmonies of #D294DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D294DB

Black with #D294DB

Text Example


Text Example

White with #D294DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D294DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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