Html Css Color HEX #D997D5 Plum

📋 copy color: '#D997D5'

red 217 ◦ green 151 ◦ blue 213

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

Shades of Plum #D997D5

Tints of Plum #D997D5

RGB

 RED value IS 217 (85.16% from 255) = 37.35%

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

 BLUE value IS 213 (83.59% from 255) = 36.66%

R = 37.35%
G = 25.99%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D997D5 (or 0xD997D5) is known color: Plum. HEX triplet: D9, 97 and D5. RGB value is (217,151,213). Sum of RGB (Red+Green+Blue) = 217+151+213=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 151 (59.38% from 255 or 25.99% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D997D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D997D5 is #26682A. Grayscale: #B1B1B1. Windows color (decimal): -2517035 or 13998041. OLE color: 13998041.

HSL color Cylindrical-coordinate representation of color #D997D5: hue angle of 303.64º degrees, saturation: 0.46, 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 #D997D5 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 151 213 -
CMYK 0 0.30 0.02 0.15
HSL 303.64º 0.46% 0.72% -
HSV(B) 303.64º 0.3% 0.85% -
XYZ 51.69 41.69 68.27 -
YUV 177.8 147.87 155.96 -
System Red Green Blue C M Y K H S L
Decimal 217 151 213 0 0.30 0.02 0.15 303.64 0.46 0.72
Hex D9 97 D5 0 1E 2 F 130 2E 48
Octal 331 227 325 0 36 2 17 460 56 110
Binary 11011001 10010111 11010101 0 11110 10 1111 100110000 101110 1001000

Color Harmonies of #D997D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D997D5

Black with #D997D5

Text Example


Text Example

White with #D997D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D997D5; }

 p { color: rgb(217,151,213); }

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

background-color css

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

 a { background-color: rgb(217,151,213); }

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

border-color css

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

 span { border-color: rgb(217,151,213); }

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