Html Css Color HEX #D997D3 Plum

📋 copy color: '#D997D3'

red 217 ◦ green 151 ◦ blue 211

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

Shades of Plum #D997D3

Tints of Plum #D997D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.44%

R = 37.48%
G = 26.08%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D997D3 (or 0xD997D3) is known color: Plum. HEX triplet: D9, 97 and D3. RGB value is (217,151,211). Sum of RGB (Red+Green+Blue) = 217+151+211=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 151 (59.38% from 255 or 26.08% from 579); Blue value is 211 (82.81% from 255 or 36.44% from 579); Max value from RGB is 217 - color contains mainly: red. Hex color #D997D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D997D3 is #26682C. Grayscale: #B1B1B1. Windows color (decimal): -2517037 or 13866969. OLE color: 13866969.

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

Color convert

RGB 217 151 211 -
CMYK 0 0.30 0.03 0.15
HSL 305.45º 0.46% 0.72% -
HSV(B) 305.45º 0.3% 0.85% -
XYZ 51.44 41.59 66.94 -
YUV 177.57 146.87 156.12 -
System Red Green Blue C M Y K H S L
Decimal 217 151 211 0 0.30 0.03 0.15 305.45 0.46 0.72
Hex D9 97 D3 0 1E 3 F 131 2E 48
Octal 331 227 323 0 36 3 17 461 56 110
Binary 11011001 10010111 11010011 0 11110 11 1111 100110001 101110 1001000

Color Harmonies of #D997D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D997D3

Black with #D997D3

Text Example


Text Example

White with #D997D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D997D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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