Html Css Color HEX #D496DD Plum

📋 copy color: '#D496DD'

red 212 ◦ green 150 ◦ blue 221

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

Shades of Plum #D496DD

Tints of Plum #D496DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.91%

R = 36.36%
G = 25.73%
B = 37.91%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D496DD (or 0xD496DD) is known color: Plum. HEX triplet: D4, 96 and DD. RGB value is (212,150,221). Sum of RGB (Red+Green+Blue) = 212+150+221=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #D496DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D496DD is #2B6922. Grayscale: #B0B0B0. Windows color (decimal): -2844963 or 14522068. OLE color: 14522068.

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

Color convert

RGB 212 150 221 -
CMYK 0.04 0.32 0 0.13
HSL 292.39º 0.51% 0.73% -
HSV(B) 292.39º 0.32% 0.87% -
XYZ 51.11 41.03 73.63 -
YUV 176.63 153.04 153.23 -
System Red Green Blue C M Y K H S L
Decimal 212 150 221 0.04 0.32 0 0.13 292.39 0.51 0.73
Hex D4 96 DD 4 20 0 D 124 33 49
Octal 324 226 335 4 40 0 15 444 63 111
Binary 11010100 10010110 11011101 100 100000 0 1101 100100100 110011 1001001

Color Harmonies of #D496DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D496DD

Black with #D496DD

Text Example


Text Example

White with #D496DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D496DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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