Html Css Color HEX #D997CE Plum

📋 copy color: '#D997CE'

red 217 ◦ green 151 ◦ blue 206

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

Shades of Plum #D997CE

Tints of Plum #D997CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.89%

R = 37.8%
G = 26.31%
B = 35.89%

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

#D997CE (or 0xD997CE) is known color: Plum. HEX triplet: D9, 97 and CE. RGB value is (217,151,206). Sum of RGB (Red+Green+Blue) = 217+151+206=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 151 (59.38% from 255 or 26.31% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 217 - color contains mainly: red. Hex color #D997CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D997CE is #266831. Grayscale: #B0B0B0. Windows color (decimal): -2517042 or 13539289. OLE color: 13539289.

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

Color convert

RGB 217 151 206 -
CMYK 0 0.30 0.05 0.15
HSL 310º 0.46% 0.72% -
HSV(B) 310º 0.3% 0.85% -
XYZ 50.82 41.34 63.69 -
YUV 177 144.37 156.53 -
System Red Green Blue C M Y K H S L
Decimal 217 151 206 0 0.30 0.05 0.15 310 0.46 0.72
Hex D9 97 CE 0 1E 5 F 136 2E 48
Octal 331 227 316 0 36 5 17 466 56 110
Binary 11011001 10010111 11001110 0 11110 101 1111 100110110 101110 1001000

Color Harmonies of #D997CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D997CE

Black with #D997CE

Text Example


Text Example

White with #D997CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D997CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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