Html Css Color HEX #D496DF Plum

📋 copy color: '#D496DF'

red 212 ◦ green 150 ◦ blue 223

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

Shades of Plum #D496DF

Tints of Plum #D496DF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.64%

 BLUE value IS 223 (87.5% from 255) = 38.12%

R = 36.24%
G = 25.64%
B = 38.12%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D496DF (or 0xD496DF) is known color: Plum. HEX triplet: D4, 96 and DF. RGB value is (212,150,223). Sum of RGB (Red+Green+Blue) = 212+150+223=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 150 (58.98% from 255 or 25.64% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #D496DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D496DF is #2B6920. Grayscale: #B0B0B0. Windows color (decimal): -2844961 or 14653140. OLE color: 14653140.

HSL color Cylindrical-coordinate representation of color #D496DF: hue angle of 290.96º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D496DF is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 150 223 -
CMYK 0.05 0.33 0 0.13
HSL 290.96º 0.53% 0.73% -
HSV(B) 290.96º 0.33% 0.87% -
XYZ 51.38 41.14 75.04 -
YUV 176.86 154.04 153.06 -
System Red Green Blue C M Y K H S L
Decimal 212 150 223 0.05 0.33 0 0.13 290.96 0.53 0.73
Hex D4 96 DF 5 21 0 D 123 35 49
Octal 324 226 337 5 41 0 15 443 65 111
Binary 11010100 10010110 11011111 101 100001 0 1101 100100011 110101 1001001

Color Harmonies of #D496DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D496DF

Black with #D496DF

Text Example


Text Example

White with #D496DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D496DF; }

 p { color: rgb(212,150,223); }

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

background-color css

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

 a { background-color: rgb(212,150,223); }

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

border-color css

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

 span { border-color: rgb(212,150,223); }

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