Html Css Color HEX #D492E1 Plum

📋 copy color: '#D492E1'

red 212 ◦ green 146 ◦ blue 225

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

Shades of Plum #D492E1

Tints of Plum #D492E1

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.04%

 BLUE value IS 225 (88.28% from 255) = 38.59%

R = 36.36%
G = 25.04%
B = 38.59%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D492E1 (or 0xD492E1) is known color: Plum. HEX triplet: D4, 92 and E1. RGB value is (212,146,225). Sum of RGB (Red+Green+Blue) = 212+146+225=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 146 (57.42% from 255 or 25.04% from 583); Blue value is 225 (88.28% from 255 or 38.59% from 583); Max value from RGB is 225 - color contains mainly: blue. Hex color #D492E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D492E1 is #2B6D1E. Grayscale: #AEAEAE. Windows color (decimal): -2845983 or 14783188. OLE color: 14783188.

HSL color Cylindrical-coordinate representation of color #D492E1: hue angle of 290.13º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D492E1 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 146 225 -
CMYK 0.06 0.35 0 0.12
HSL 290.13º 0.57% 0.73% -
HSV(B) 290.13º 0.35% 0.88% -
XYZ 51.02 39.99 76.26 -
YUV 174.74 156.37 154.58 -
System Red Green Blue C M Y K H S L
Decimal 212 146 225 0.06 0.35 0 0.12 290.13 0.57 0.73
Hex D4 92 E1 6 23 0 C 122 39 49
Octal 324 222 341 6 43 0 14 442 71 111
Binary 11010100 10010010 11100001 110 100011 0 1100 100100010 111001 1001001

Color Harmonies of #D492E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D492E1

Black with #D492E1

Text Example


Text Example

White with #D492E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D492E1; }

 p { color: rgb(212,146,225); }

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

background-color css

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

 a { background-color: rgb(212,146,225); }

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

border-color css

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

 span { border-color: rgb(212,146,225); }

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