Html Css Color HEX #D197DA Plum

📋 copy color: '#D197DA'

red 209 ◦ green 151 ◦ blue 218

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

Shades of Plum #D197DA

Tints of Plum #D197DA

RGB

 RED value IS 209 (82.03% from 255) = 36.16%

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

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

R = 36.16%
G = 26.12%
B = 37.72%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D197DA (or 0xD197DA) is known color: Plum. HEX triplet: D1, 97 and DA. RGB value is (209,151,218). Sum of RGB (Red+Green+Blue) = 209+151+218=578 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.16% from 578); Green value is 151 (59.38% from 255 or 26.12% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #D197DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D197DA is #2E6825. Grayscale: #AFAFAF. Windows color (decimal): -3041318 or 14325713. OLE color: 14325713.

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

Color convert

RGB 209 151 218 -
CMYK 0.04 0.31 0 0.15
HSL 291.94º 0.48% 0.72% -
HSV(B) 291.94º 0.31% 0.85% -
XYZ 50.02 40.75 71.56 -
YUV 175.98 151.72 151.55 -
System Red Green Blue C M Y K H S L
Decimal 209 151 218 0.04 0.31 0 0.15 291.94 0.48 0.72
Hex D1 97 DA 4 1F 0 F 124 30 48
Octal 321 227 332 4 37 0 17 444 60 110
Binary 11010001 10010111 11011010 100 11111 0 1111 100100100 110000 1001000

Color Harmonies of #D197DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D197DA

Black with #D197DA

Text Example


Text Example

White with #D197DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D197DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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