Html Css Color HEX #D497DE Plum

📋 copy color: '#D497DE'

red 212 ◦ green 151 ◦ blue 222

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

Shades of Plum #D497DE

Tints of Plum #D497DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.95%

R = 36.24%
G = 25.81%
B = 37.95%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D497DE (or 0xD497DE) is known color: Plum. HEX triplet: D4, 97 and DE. RGB value is (212,151,222). Sum of RGB (Red+Green+Blue) = 212+151+222=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 151 (59.38% from 255 or 25.81% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #D497DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D497DE is #2B6821. Grayscale: #B1B1B1. Windows color (decimal): -2844706 or 14587860. OLE color: 14587860.

HSL color Cylindrical-coordinate representation of color #D497DE: hue angle of 291.55º degrees, saturation: 0.52, 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 #D497DE is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 151 222 -
CMYK 0.05 0.32 0 0.13
HSL 291.55º 0.52% 0.73% -
HSV(B) 291.55º 0.32% 0.87% -
XYZ 51.4 41.4 74.39 -
YUV 177.33 153.21 152.73 -
System Red Green Blue C M Y K H S L
Decimal 212 151 222 0.05 0.32 0 0.13 291.55 0.52 0.73
Hex D4 97 DE 5 20 0 D 124 34 49
Octal 324 227 336 5 40 0 15 444 64 111
Binary 11010100 10010111 11011110 101 100000 0 1101 100100100 110100 1001001

Color Harmonies of #D497DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D497DE

Black with #D497DE

Text Example


Text Example

White with #D497DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D497DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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