Html Css Color HEX #D197D4 Plum

📋 copy color: '#D197D4'

red 209 ◦ green 151 ◦ blue 212

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

Shades of Plum #D197D4

Tints of Plum #D197D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.06%

R = 36.54%
G = 26.4%
B = 37.06%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D197D4 (or 0xD197D4) is known color: Plum. HEX triplet: D1, 97 and D4. RGB value is (209,151,212). Sum of RGB (Red+Green+Blue) = 209+151+212=572 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.54% from 572); Green value is 151 (59.38% from 255 or 26.40% from 572); Blue value is 212 (83.20% from 255 or 37.06% from 572); Max value from RGB is 212 - color contains mainly: blue. Hex color #D197D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D197D4 is #2E682B. Grayscale: #AFAFAF. Windows color (decimal): -3041324 or 13932497. OLE color: 13932497.

HSL color Cylindrical-coordinate representation of color #D197D4: hue angle of 297.05º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D197D4 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 209 151 212 -
CMYK 0.01 0.29 0 0.17
HSL 297.05º 0.41% 0.71% -
HSV(B) 297.05º 0.29% 0.83% -
XYZ 49.24 40.44 67.5 -
YUV 175.3 148.72 152.04 -
System Red Green Blue C M Y K H S L
Decimal 209 151 212 0.01 0.29 0 0.17 297.05 0.41 0.71
Hex D1 97 D4 1 1D 0 11 129 29 47
Octal 321 227 324 1 35 0 21 451 51 107
Binary 11010001 10010111 11010100 1 11101 0 10001 100101001 101001 1000111

Color Harmonies of #D197D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D197D4

Black with #D197D4

Text Example


Text Example

White with #D197D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D197D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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