Html Css Color HEX #D497E0 Plum

📋 copy color: '#D497E0'

red 212 ◦ green 151 ◦ blue 224

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

Shades of Plum #D497E0

Tints of Plum #D497E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.16%

R = 36.12%
G = 25.72%
B = 38.16%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D497E0 (or 0xD497E0) is known color: Plum. HEX triplet: D4, 97 and E0. RGB value is (212,151,224). Sum of RGB (Red+Green+Blue) = 212+151+224=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 151 (59.38% from 255 or 25.72% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 224 - color contains mainly: blue. Hex color #D497E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D497E0 is #2B681F. Grayscale: #B1B1B1. Windows color (decimal): -2844704 or 14718932. OLE color: 14718932.

HSL color Cylindrical-coordinate representation of color #D497E0: hue angle of 290.14º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D497E0 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 151 224 -
CMYK 0.05 0.33 0 0.12
HSL 290.14º 0.54% 0.74% -
HSV(B) 290.14º 0.33% 0.88% -
XYZ 51.67 41.51 75.81 -
YUV 177.56 154.21 152.56 -
System Red Green Blue C M Y K H S L
Decimal 212 151 224 0.05 0.33 0 0.12 290.14 0.54 0.74
Hex D4 97 E0 5 21 0 C 122 36 4A
Octal 324 227 340 5 41 0 14 442 66 112
Binary 11010100 10010111 11100000 101 100001 0 1100 100100010 110110 1001010

Color Harmonies of #D497E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D497E0

Black with #D497E0

Text Example


Text Example

White with #D497E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D497E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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