Html Css Color HEX #D499D5 Plum

📋 copy color: '#D499D5'

red 212 ◦ green 153 ◦ blue 213

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

Shades of Plum #D499D5

Tints of Plum #D499D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.85%

R = 36.68%
G = 26.47%
B = 36.85%

CMYK

 C value IS 0.00

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D499D5 (or 0xD499D5) is known color: Plum. HEX triplet: D4, 99 and D5. RGB value is (212,153,213). Sum of RGB (Red+Green+Blue) = 212+153+213=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 213 - color contains mainly: blue. Hex color #D499D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D499D5 is #2B662A. Grayscale: #B1B1B1. Windows color (decimal): -2844203 or 13998548. OLE color: 13998548.

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

Color convert

RGB 212 153 213 -
CMYK 0.00 0.28 0 0.16
HSL 299º 0.42% 0.72% -
HSV(B) 299º 0.28% 0.84% -
XYZ 50.55 41.58 68.31 -
YUV 177.48 148.05 152.62 -
System Red Green Blue C M Y K H S L
Decimal 212 153 213 0.00 0.28 0 0.16 299 0.42 0.72
Hex D4 99 D5 0 1C 0 10 12B 2A 48
Octal 324 231 325 0 34 0 20 453 52 110
Binary 11010100 10011001 11010101 0 11100 0 10000 100101011 101010 1001000

Color Harmonies of #D499D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D499D5

Black with #D499D5

Text Example


Text Example

White with #D499D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D499D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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