Html Css Color HEX #D497DD Plum

📋 copy color: '#D497DD'

red 212 ◦ green 151 ◦ blue 221

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

Shades of Plum #D497DD

Tints of Plum #D497DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.84%

R = 36.3%
G = 25.86%
B = 37.84%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D497DD (or 0xD497DD) is known color: Plum. HEX triplet: D4, 97 and DD. RGB value is (212,151,221). Sum of RGB (Red+Green+Blue) = 212+151+221=584 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.30% from 584); Green value is 151 (59.38% from 255 or 25.86% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #D497DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D497DD is #2B6822. Grayscale: #B1B1B1. Windows color (decimal): -2844707 or 14522324. OLE color: 14522324.

HSL color Cylindrical-coordinate representation of color #D497DD: hue angle of 292.29º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D497DD is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 151 221 -
CMYK 0.04 0.32 0 0.13
HSL 292.29º 0.51% 0.73% -
HSV(B) 292.29º 0.32% 0.87% -
XYZ 51.27 41.35 73.69 -
YUV 177.22 152.71 152.81 -
System Red Green Blue C M Y K H S L
Decimal 212 151 221 0.04 0.32 0 0.13 292.29 0.51 0.73
Hex D4 97 DD 4 20 0 D 124 33 49
Octal 324 227 335 4 40 0 15 444 63 111
Binary 11010100 10010111 11011101 100 100000 0 1101 100100100 110011 1001001

Color Harmonies of #D497DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D497DD

Black with #D497DD

Text Example


Text Example

White with #D497DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D497DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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