Html Css Color HEX #D495DC Plum

📋 copy color: '#D495DC'

red 212 ◦ green 149 ◦ blue 220

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

Shades of Plum #D495DC

Tints of Plum #D495DC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.65%

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

R = 36.49%
G = 25.65%
B = 37.87%

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

#D495DC (or 0xD495DC) is known color: Plum. HEX triplet: D4, 95 and DC. RGB value is (212,149,220). Sum of RGB (Red+Green+Blue) = 212+149+220=581 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.49% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #D495DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D495DC is #2B6A23. Grayscale: #AFAFAF. Windows color (decimal): -2845220 or 14456276. OLE color: 14456276.

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

Color convert

RGB 212 149 220 -
CMYK 0.04 0.32 0 0.14
HSL 293.24º 0.5% 0.72% -
HSV(B) 293.24º 0.32% 0.86% -
XYZ 50.82 40.66 72.88 -
YUV 175.93 152.87 153.73 -
System Red Green Blue C M Y K H S L
Decimal 212 149 220 0.04 0.32 0 0.14 293.24 0.5 0.72
Hex D4 95 DC 4 20 0 E 125 32 48
Octal 324 225 334 4 40 0 16 445 62 110
Binary 11010100 10010101 11011100 100 100000 0 1110 100100101 110010 1001000

Color Harmonies of #D495DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D495DC

Black with #D495DC

Text Example


Text Example

White with #D495DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D495DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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