Html Css Color HEX #D997DA Plum

📋 copy color: '#D997DA'

red 217 ◦ green 151 ◦ blue 218

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

Shades of Plum #D997DA

Tints of Plum #D997DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.2%

R = 37.03%
G = 25.77%
B = 37.2%

CMYK

 C value IS 0.00

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D997DA (or 0xD997DA) is known color: Plum. HEX triplet: D9, 97 and DA. RGB value is (217,151,218). Sum of RGB (Red+Green+Blue) = 217+151+218=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 151 (59.38% from 255 or 25.77% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 218 - color contains mainly: blue. Hex color #D997DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D997DA is #266825. Grayscale: #B2B2B2. Windows color (decimal): -2517030 or 14325721. OLE color: 14325721.

HSL color Cylindrical-coordinate representation of color #D997DA: hue angle of 299.1º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D997DA is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 151 218 -
CMYK 0.00 0.31 0 0.15
HSL 299.1º 0.48% 0.72% -
HSV(B) 299.1º 0.31% 0.85% -
XYZ 52.34 41.95 71.67 -
YUV 178.37 150.37 155.55 -
System Red Green Blue C M Y K H S L
Decimal 217 151 218 0.00 0.31 0 0.15 299.1 0.48 0.72
Hex D9 97 DA 0 1F 0 F 12B 30 48
Octal 331 227 332 0 37 0 17 453 60 110
Binary 11011001 10010111 11011010 0 11111 0 1111 100101011 110000 1001000

Color Harmonies of #D997DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D997DA

Black with #D997DA

Text Example


Text Example

White with #D997DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D997DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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