Html Css Color HEX #D198D9 Plum

📋 copy color: '#D198D9'

red 209 ◦ green 152 ◦ blue 217

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

Shades of Plum #D198D9

Tints of Plum #D198D9

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.3%

 BLUE value IS 217 (85.16% from 255) = 37.54%

R = 36.16%
G = 26.3%
B = 37.54%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D198D9 (or 0xD198D9) is known color: Plum. HEX triplet: D1, 98 and D9. RGB value is (209,152,217). Sum of RGB (Red+Green+Blue) = 209+152+217=578 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.16% from 578); Green value is 152 (59.77% from 255 or 26.30% from 578); Blue value is 217 (85.16% from 255 or 37.54% from 578); Max value from RGB is 217 - color contains mainly: blue. Hex color #D198D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D198D9 is #2E6726. Grayscale: #B0B0B0. Windows color (decimal): -3041063 or 14260433. OLE color: 14260433.

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

Color convert

RGB 209 152 217 -
CMYK 0.04 0.30 0 0.15
HSL 292.62º 0.46% 0.72% -
HSV(B) 292.62º 0.3% 0.85% -
XYZ 50.05 41.02 70.93 -
YUV 176.45 150.88 151.21 -
System Red Green Blue C M Y K H S L
Decimal 209 152 217 0.04 0.30 0 0.15 292.62 0.46 0.72
Hex D1 98 D9 4 1E 0 F 125 2E 48
Octal 321 230 331 4 36 0 17 445 56 110
Binary 11010001 10011000 11011001 100 11110 0 1111 100100101 101110 1001000

Color Harmonies of #D198D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D198D9

Black with #D198D9

Text Example


Text Example

White with #D198D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D198D9; }

 p { color: rgb(209,152,217); }

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

background-color css

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

 a { background-color: rgb(209,152,217); }

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

border-color css

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

 span { border-color: rgb(209,152,217); }

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