Html Css Color HEX #D291DC Plum

📋 copy color: '#D291DC'

red 210 ◦ green 145 ◦ blue 220

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

Shades of Plum #D291DC

Tints of Plum #D291DC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.22%

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

R = 36.52%
G = 25.22%
B = 38.26%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D291DC (or 0xD291DC) is known color: Plum. HEX triplet: D2, 91 and DC. RGB value is (210,145,220). Sum of RGB (Red+Green+Blue) = 210+145+220=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 145 (57.03% from 255 or 25.22% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #D291DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291DC is #2D6E23. Grayscale: #ACACAC. Windows color (decimal): -2977316 or 14455250. OLE color: 14455250.

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

Color convert

RGB 210 145 220 -
CMYK 0.05 0.34 0 0.14
HSL 292º 0.52% 0.72% -
HSV(B) 292º 0.34% 0.86% -
XYZ 49.62 39.12 72.65 -
YUV 172.99 154.53 154.4 -
System Red Green Blue C M Y K H S L
Decimal 210 145 220 0.05 0.34 0 0.14 292 0.52 0.72
Hex D2 91 DC 5 22 0 E 124 34 48
Octal 322 221 334 5 42 0 16 444 64 110
Binary 11010010 10010001 11011100 101 100010 0 1110 100100100 110100 1001000

Color Harmonies of #D291DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D291DC

Black with #D291DC

Text Example


Text Example

White with #D291DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D291DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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