Html Css Color HEX #D49FDE Plum

📋 copy color: '#D49FDE'

red 212 ◦ green 159 ◦ blue 222

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

Shades of Plum #D49FDE

Tints of Plum #D49FDE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.81%

 BLUE value IS 222 (87.11% from 255) = 37.44%

R = 35.75%
G = 26.81%
B = 37.44%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D49FDE (or 0xD49FDE) is known color: Plum. HEX triplet: D4, 9F and DE. RGB value is (212,159,222). Sum of RGB (Red+Green+Blue) = 212+159+222=593 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.75% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #D49FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49FDE is #2B6021. Grayscale: #B5B5B5. Windows color (decimal): -2842658 or 14589908. OLE color: 14589908.

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

Color convert

RGB 212 159 222 -
CMYK 0.05 0.28 0 0.13
HSL 290.48º 0.49% 0.75% -
HSV(B) 290.48º 0.28% 0.87% -
XYZ 52.73 44.07 74.83 -
YUV 182.03 150.56 149.38 -
System Red Green Blue C M Y K H S L
Decimal 212 159 222 0.05 0.28 0 0.13 290.48 0.49 0.75
Hex D4 9F DE 5 1C 0 D 122 31 4B
Octal 324 237 336 5 34 0 15 442 61 113
Binary 11010100 10011111 11011110 101 11100 0 1101 100100010 110001 1001011

Color Harmonies of #D49FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49FDE

Black with #D49FDE

Text Example


Text Example

White with #D49FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49FDE; }

 p { color: rgb(212,159,222); }

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

background-color css

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

 a { background-color: rgb(212,159,222); }

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

border-color css

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

 span { border-color: rgb(212,159,222); }

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