Html Css Color HEX #D497D8 Plum

📋 copy color: '#D497D8'

red 212 ◦ green 151 ◦ blue 216

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

Shades of Plum #D497D8

Tints of Plum #D497D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.31%

R = 36.61%
G = 26.08%
B = 37.31%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D497D8 (or 0xD497D8) is known color: Plum. HEX triplet: D4, 97 and D8. RGB value is (212,151,216). Sum of RGB (Red+Green+Blue) = 212+151+216=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 151 (59.38% from 255 or 26.08% from 579); Blue value is 216 (84.77% from 255 or 37.31% from 579); Max value from RGB is 216 - color contains mainly: blue. Hex color #D497D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D497D8 is #2B6827. Grayscale: #B0B0B0. Windows color (decimal): -2844712 or 14194644. OLE color: 14194644.

HSL color Cylindrical-coordinate representation of color #D497D8: hue angle of 296.31º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D497D8 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 151 216 -
CMYK 0.02 0.30 0 0.15
HSL 296.31º 0.45% 0.72% -
HSV(B) 296.31º 0.3% 0.85% -
XYZ 50.61 41.09 70.23 -
YUV 176.65 150.21 153.21 -
System Red Green Blue C M Y K H S L
Decimal 212 151 216 0.02 0.30 0 0.15 296.31 0.45 0.72
Hex D4 97 D8 2 1E 0 F 128 2D 48
Octal 324 227 330 2 36 0 17 450 55 110
Binary 11010100 10010111 11011000 10 11110 0 1111 100101000 101101 1001000

Color Harmonies of #D497D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D497D8

Black with #D497D8

Text Example


Text Example

White with #D497D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D497D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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