Html Css Color HEX #D294D9 Plum

📋 copy color: '#D294D9'

red 210 ◦ green 148 ◦ blue 217

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

Shades of Plum #D294D9

Tints of Plum #D294D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.74%

R = 36.52%
G = 25.74%
B = 37.74%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D294D9 (or 0xD294D9) is known color: Plum. HEX triplet: D2, 94 and D9. RGB value is (210,148,217). Sum of RGB (Red+Green+Blue) = 210+148+217=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 148 (58.20% from 255 or 25.74% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 217 - color contains mainly: blue. Hex color #D294D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D294D9 is #2D6B26. Grayscale: #AEAEAE. Windows color (decimal): -2976551 or 14259410. OLE color: 14259410.

HSL color Cylindrical-coordinate representation of color #D294D9: hue angle of 293.91º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D294D9 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 148 217 -
CMYK 0.03 0.32 0 0.15
HSL 293.91º 0.48% 0.72% -
HSV(B) 293.91º 0.32% 0.85% -
XYZ 49.69 39.89 70.73 -
YUV 174.4 152.04 153.39 -
System Red Green Blue C M Y K H S L
Decimal 210 148 217 0.03 0.32 0 0.15 293.91 0.48 0.72
Hex D2 94 D9 3 20 0 F 126 30 48
Octal 322 224 331 3 40 0 17 446 60 110
Binary 11010010 10010100 11011001 11 100000 0 1111 100100110 110000 1001000

Color Harmonies of #D294D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D294D9

Black with #D294D9

Text Example


Text Example

White with #D294D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D294D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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