Html Css Color HEX #D494DE Plum

📋 copy color: '#D494DE'

red 212 ◦ green 148 ◦ blue 222

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

Shades of Plum #D494DE

Tints of Plum #D494DE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.43%

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

R = 36.43%
G = 25.43%
B = 38.14%

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

#D494DE (or 0xD494DE) is known color: Plum. HEX triplet: D4, 94 and DE. RGB value is (212,148,222). Sum of RGB (Red+Green+Blue) = 212+148+222=582 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.43% from 582); Green value is 148 (58.20% from 255 or 25.43% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 222 - color contains mainly: blue. Hex color #D494DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D494DE is #2B6B21. Grayscale: #AFAFAF. Windows color (decimal): -2845474 or 14587092. OLE color: 14587092.

HSL color Cylindrical-coordinate representation of color #D494DE: hue angle of 291.89º 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 #D494DE is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 148 222 -
CMYK 0.05 0.33 0 0.13
HSL 291.89º 0.53% 0.73% -
HSV(B) 291.89º 0.33% 0.87% -
XYZ 50.93 40.45 74.23 -
YUV 175.57 154.2 153.98 -
System Red Green Blue C M Y K H S L
Decimal 212 148 222 0.05 0.33 0 0.13 291.89 0.53 0.73
Hex D4 94 DE 5 21 0 D 124 35 49
Octal 324 224 336 5 41 0 15 444 65 111
Binary 11010100 10010100 11011110 101 100001 0 1101 100100100 110101 1001001

Color Harmonies of #D494DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D494DE

Black with #D494DE

Text Example


Text Example

White with #D494DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D494DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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