Html Css Color HEX #D294DC Plum

📋 copy color: '#D294DC'

red 210 ◦ green 148 ◦ blue 220

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

Shades of Plum #D294DC

Tints of Plum #D294DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.06%

R = 36.33%
G = 25.61%
B = 38.06%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D294DC (or 0xD294DC) is known color: Plum. HEX triplet: D2, 94 and DC. RGB value is (210,148,220). Sum of RGB (Red+Green+Blue) = 210+148+220=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 148 (58.20% from 255 or 25.61% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #D294DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D294DC is #2D6B23. Grayscale: #AEAEAE. Windows color (decimal): -2976548 or 14456018. OLE color: 14456018.

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

Color convert

RGB 210 148 220 -
CMYK 0.05 0.33 0 0.14
HSL 291.67º 0.51% 0.72% -
HSV(B) 291.67º 0.33% 0.86% -
XYZ 50.09 40.05 72.8 -
YUV 174.75 153.54 153.15 -
System Red Green Blue C M Y K H S L
Decimal 210 148 220 0.05 0.33 0 0.14 291.67 0.51 0.72
Hex D2 94 DC 5 21 0 E 124 33 48
Octal 322 224 334 5 41 0 16 444 63 110
Binary 11010010 10010100 11011100 101 100001 0 1110 100100100 110011 1001000

Color Harmonies of #D294DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D294DC

Black with #D294DC

Text Example


Text Example

White with #D294DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D294DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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