Html Css Color HEX #D997CF Plum

📋 copy color: '#D997CF'

red 217 ◦ green 151 ◦ blue 207

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

Shades of Plum #D997CF

Tints of Plum #D997CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36%

R = 37.74%
G = 26.26%
B = 36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D997CF (or 0xD997CF) is known color: Plum. HEX triplet: D9, 97 and CF. RGB value is (217,151,207). Sum of RGB (Red+Green+Blue) = 217+151+207=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 151 (59.38% from 255 or 26.26% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 217 - color contains mainly: red. Hex color #D997CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D997CF is #266830. Grayscale: #B0B0B0. Windows color (decimal): -2517041 or 13604825. OLE color: 13604825.

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

Color convert

RGB 217 151 207 -
CMYK 0 0.30 0.05 0.15
HSL 309.09º 0.46% 0.72% -
HSV(B) 309.09º 0.3% 0.85% -
XYZ 50.94 41.39 64.34 -
YUV 177.12 144.87 156.45 -
System Red Green Blue C M Y K H S L
Decimal 217 151 207 0 0.30 0.05 0.15 309.09 0.46 0.72
Hex D9 97 CF 0 1E 5 F 135 2E 48
Octal 331 227 317 0 36 5 17 465 56 110
Binary 11011001 10010111 11001111 0 11110 101 1111 100110101 101110 1001000

Color Harmonies of #D997CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D997CF

Black with #D997CF

Text Example


Text Example

White with #D997CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D997CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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