Html Css Color HEX #D49DDC Plum

📋 copy color: '#D49DDC'

red 212 ◦ green 157 ◦ blue 220

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

Shades of Plum #D49DDC

Tints of Plum #D49DDC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.66%

 BLUE value IS 220 (86.33% from 255) = 37.35%

R = 35.99%
G = 26.66%
B = 37.35%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D49DDC (or 0xD49DDC) is known color: Plum. HEX triplet: D4, 9D and DC. RGB value is (212,157,220). Sum of RGB (Red+Green+Blue) = 212+157+220=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 157 (61.72% from 255 or 26.66% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #D49DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49DDC is #2B6223. Grayscale: #B4B4B4. Windows color (decimal): -2843172 or 14458324. OLE color: 14458324.

HSL color Cylindrical-coordinate representation of color #D49DDC: hue angle of 292.38º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D49DDC is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 157 220 -
CMYK 0.04 0.29 0 0.14
HSL 292.38º 0.47% 0.74% -
HSV(B) 292.38º 0.29% 0.86% -
XYZ 52.13 43.28 73.32 -
YUV 180.63 150.22 150.38 -
System Red Green Blue C M Y K H S L
Decimal 212 157 220 0.04 0.29 0 0.14 292.38 0.47 0.74
Hex D4 9D DC 4 1D 0 E 124 2F 4A
Octal 324 235 334 4 35 0 16 444 57 112
Binary 11010100 10011101 11011100 100 11101 0 1110 100100100 101111 1001010

Color Harmonies of #D49DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49DDC

Black with #D49DDC

Text Example


Text Example

White with #D49DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49DDC; }

 p { color: rgb(212,157,220); }

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

background-color css

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

 a { background-color: rgb(212,157,220); }

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

border-color css

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

 span { border-color: rgb(212,157,220); }

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