Html Css Color HEX #D497DC Plum

📋 copy color: '#D497DC'

red 212 ◦ green 151 ◦ blue 220

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

Shades of Plum #D497DC

Tints of Plum #D497DC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.9%

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

R = 36.36%
G = 25.9%
B = 37.74%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D497DC (or 0xD497DC) is known color: Plum. HEX triplet: D4, 97 and DC. RGB value is (212,151,220). Sum of RGB (Red+Green+Blue) = 212+151+220=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 151 (59.38% from 255 or 25.90% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #D497DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D497DC is #2B6823. Grayscale: #B0B0B0. Windows color (decimal): -2844708 or 14456788. OLE color: 14456788.

HSL color Cylindrical-coordinate representation of color #D497DC: hue angle of 293.04º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D497DC is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 151 220 -
CMYK 0.04 0.31 0 0.14
HSL 293.04º 0.5% 0.73% -
HSV(B) 293.04º 0.31% 0.86% -
XYZ 51.14 41.3 72.99 -
YUV 177.11 152.21 152.89 -
System Red Green Blue C M Y K H S L
Decimal 212 151 220 0.04 0.31 0 0.14 293.04 0.5 0.73
Hex D4 97 DC 4 1F 0 E 125 32 49
Octal 324 227 334 4 37 0 16 445 62 111
Binary 11010100 10010111 11011100 100 11111 0 1110 100100101 110010 1001001

Color Harmonies of #D497DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D497DC

Black with #D497DC

Text Example


Text Example

White with #D497DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D497DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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