Html Css Color HEX #D496D0 Plum

📋 copy color: '#D496D0'

red 212 ◦ green 150 ◦ blue 208

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

Shades of Plum #D496D0

Tints of Plum #D496D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.49%

R = 37.19%
G = 26.32%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D496D0 (or 0xD496D0) is known color: Plum. HEX triplet: D4, 96 and D0. RGB value is (212,150,208). Sum of RGB (Red+Green+Blue) = 212+150+208=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 212 - color contains mainly: red. Hex color #D496D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D496D0 is #2B692F. Grayscale: #AEAEAE. Windows color (decimal): -2844976 or 13670100. OLE color: 13670100.

HSL color Cylindrical-coordinate representation of color #D496D0: hue angle of 303.87º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D496D0 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 150 208 -
CMYK 0 0.29 0.02 0.17
HSL 303.87º 0.42% 0.71% -
HSV(B) 303.87º 0.29% 0.83% -
XYZ 49.44 40.36 64.86 -
YUV 175.15 146.54 154.28 -
System Red Green Blue C M Y K H S L
Decimal 212 150 208 0 0.29 0.02 0.17 303.87 0.42 0.71
Hex D4 96 D0 0 1D 2 11 130 2A 47
Octal 324 226 320 0 35 2 21 460 52 107
Binary 11010100 10010110 11010000 0 11101 10 10001 100110000 101010 1000111

Color Harmonies of #D496D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D496D0

Black with #D496D0

Text Example


Text Example

White with #D496D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D496D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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