Html Css Color HEX #D491DC Plum

📋 copy color: '#D491DC'

red 212 ◦ green 145 ◦ blue 220

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

Shades of Plum #D491DC

Tints of Plum #D491DC

RGB

 RED value IS 212 (83.2% from 255) = 36.74%

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

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

R = 36.74%
G = 25.13%
B = 38.13%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D491DC (or 0xD491DC) is known color: Plum. HEX triplet: D4, 91 and DC. RGB value is (212,145,220). Sum of RGB (Red+Green+Blue) = 212+145+220=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 145 (57.03% from 255 or 25.13% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #D491DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D491DC is #2B6E23. Grayscale: #ADADAD. Windows color (decimal): -2846244 or 14455252. OLE color: 14455252.

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

Color convert

RGB 212 145 220 -
CMYK 0.04 0.34 0 0.14
HSL 293.6º 0.52% 0.72% -
HSV(B) 293.6º 0.34% 0.86% -
XYZ 50.2 39.42 72.67 -
YUV 173.58 154.2 155.4 -
System Red Green Blue C M Y K H S L
Decimal 212 145 220 0.04 0.34 0 0.14 293.6 0.52 0.72
Hex D4 91 DC 4 22 0 E 126 34 48
Octal 324 221 334 4 42 0 16 446 64 110
Binary 11010100 10010001 11011100 100 100010 0 1110 100100110 110100 1001000

Color Harmonies of #D491DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D491DC

Black with #D491DC

Text Example


Text Example

White with #D491DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D491DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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