Html Css Color HEX #D198D6 Plum

📋 copy color: '#D198D6'

red 209 ◦ green 152 ◦ blue 214

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

Shades of Plum #D198D6

Tints of Plum #D198D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.22%

R = 36.35%
G = 26.43%
B = 37.22%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D198D6 (or 0xD198D6) is known color: Plum. HEX triplet: D1, 98 and D6. RGB value is (209,152,214). Sum of RGB (Red+Green+Blue) = 209+152+214=575 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.35% from 575); Green value is 152 (59.77% from 255 or 26.43% from 575); Blue value is 214 (83.98% from 255 or 37.22% from 575); Max value from RGB is 214 - color contains mainly: blue. Hex color #D198D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D198D6 is #2E6729. Grayscale: #AFAFAF. Windows color (decimal): -3041066 or 14063825. OLE color: 14063825.

HSL color Cylindrical-coordinate representation of color #D198D6: hue angle of 295.16º degrees, saturation: 0.43, 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 #D198D6 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 152 214 -
CMYK 0.02 0.29 0 0.16
HSL 295.16º 0.43% 0.72% -
HSV(B) 295.16º 0.29% 0.84% -
XYZ 49.66 40.87 68.89 -
YUV 176.11 149.38 151.46 -
System Red Green Blue C M Y K H S L
Decimal 209 152 214 0.02 0.29 0 0.16 295.16 0.43 0.72
Hex D1 98 D6 2 1D 0 10 127 2B 48
Octal 321 230 326 2 35 0 20 447 53 110
Binary 11010001 10011000 11010110 10 11101 0 10000 100100111 101011 1001000

Color Harmonies of #D198D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D198D6

Black with #D198D6

Text Example


Text Example

White with #D198D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D198D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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