Html Css Color HEX #D499D6 Plum

📋 copy color: '#D499D6'

red 212 ◦ green 153 ◦ blue 214

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

Shades of Plum #D499D6

Tints of Plum #D499D6

RGB

 RED value IS 212 (83.2% from 255) = 36.61%

 GREEN value IS 153 (60.16% from 255) = 26.42%

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

R = 36.61%
G = 26.42%
B = 36.96%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D499D6 (or 0xD499D6) is known color: Plum. HEX triplet: D4, 99 and D6. RGB value is (212,153,214). Sum of RGB (Red+Green+Blue) = 212+153+214=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 214 - color contains mainly: blue. Hex color #D499D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D499D6 is #2B6629. Grayscale: #B1B1B1. Windows color (decimal): -2844202 or 14064084. OLE color: 14064084.

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

Color convert

RGB 212 153 214 -
CMYK 0.01 0.29 0 0.16
HSL 298.03º 0.43% 0.72% -
HSV(B) 298.03º 0.29% 0.84% -
XYZ 50.68 41.63 68.98 -
YUV 177.6 148.55 152.54 -
System Red Green Blue C M Y K H S L
Decimal 212 153 214 0.01 0.29 0 0.16 298.03 0.43 0.72
Hex D4 99 D6 1 1D 0 10 12A 2B 48
Octal 324 231 326 1 35 0 20 452 53 110
Binary 11010100 10011001 11010110 1 11101 0 10000 100101010 101011 1001000

Color Harmonies of #D499D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D499D6

Black with #D499D6

Text Example


Text Example

White with #D499D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D499D6; }

 p { color: rgb(212,153,214); }

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

background-color css

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

 a { background-color: rgb(212,153,214); }

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

border-color css

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

 span { border-color: rgb(212,153,214); }

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