Html Css Color HEX #D198D7 Plum

📋 copy color: '#D198D7'

red 209 ◦ green 152 ◦ blue 215

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

Shades of Plum #D198D7

Tints of Plum #D198D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.33%

R = 36.28%
G = 26.39%
B = 37.33%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D198D7 (or 0xD198D7) is known color: Plum. HEX triplet: D1, 98 and D7. RGB value is (209,152,215). Sum of RGB (Red+Green+Blue) = 209+152+215=576 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.28% from 576); Green value is 152 (59.77% from 255 or 26.39% from 576); Blue value is 215 (84.38% from 255 or 37.33% from 576); Max value from RGB is 215 - color contains mainly: blue. Hex color #D198D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D198D7 is #2E6728. Grayscale: #B0B0B0. Windows color (decimal): -3041065 or 14129361. OLE color: 14129361.

HSL color Cylindrical-coordinate representation of color #D198D7: hue angle of 294.29º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D198D7 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 152 215 -
CMYK 0.03 0.29 0 0.16
HSL 294.29º 0.44% 0.72% -
HSV(B) 294.29º 0.29% 0.84% -
XYZ 49.79 40.92 69.56 -
YUV 176.23 149.88 151.38 -
System Red Green Blue C M Y K H S L
Decimal 209 152 215 0.03 0.29 0 0.16 294.29 0.44 0.72
Hex D1 98 D7 3 1D 0 10 126 2C 48
Octal 321 230 327 3 35 0 20 446 54 110
Binary 11010001 10011000 11010111 11 11101 0 10000 100100110 101100 1001000

Color Harmonies of #D198D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D198D7

Black with #D198D7

Text Example


Text Example

White with #D198D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D198D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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