Html Css Color HEX #D497D1 Plum

📋 copy color: '#D497D1'

red 212 ◦ green 151 ◦ blue 209

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

Shades of Plum #D497D1

Tints of Plum #D497D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.54%

R = 37.06%
G = 26.4%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.17

RGB Variations

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

Color information

#D497D1 (or 0xD497D1) is known color: Plum. HEX triplet: D4, 97 and D1. RGB value is (212,151,209). Sum of RGB (Red+Green+Blue) = 212+151+209=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 151 (59.38% from 255 or 26.40% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 212 - color contains mainly: red. Hex color #D497D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D497D1 is #2B682E. Grayscale: #AFAFAF. Windows color (decimal): -2844719 or 13735892. OLE color: 13735892.

HSL color Cylindrical-coordinate representation of color #D497D1: hue angle of 302.95º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D497D1 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 151 209 -
CMYK 0 0.29 0.01 0.17
HSL 302.95º 0.41% 0.71% -
HSV(B) 302.95º 0.29% 0.83% -
XYZ 49.73 40.73 65.56 -
YUV 175.85 146.71 153.78 -
System Red Green Blue C M Y K H S L
Decimal 212 151 209 0 0.29 0.01 0.17 302.95 0.41 0.71
Hex D4 97 D1 0 1D 1 11 12F 29 47
Octal 324 227 321 0 35 1 21 457 51 107
Binary 11010100 10010111 11010001 0 11101 1 10001 100101111 101001 1000111

Color Harmonies of #D497D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D497D1

Black with #D497D1

Text Example


Text Example

White with #D497D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D497D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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