Html Css Color HEX #D492DC Plum

📋 copy color: '#D492DC'

red 212 ◦ green 146 ◦ blue 220

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

Shades of Plum #D492DC

Tints of Plum #D492DC

RGB

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

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

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

R = 36.68%
G = 25.26%
B = 38.06%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D492DC (or 0xD492DC) is known color: Plum. HEX triplet: D4, 92 and DC. RGB value is (212,146,220). Sum of RGB (Red+Green+Blue) = 212+146+220=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 146 (57.42% from 255 or 25.26% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #D492DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D492DC is #2B6D23. Grayscale: #ADADAD. Windows color (decimal): -2845988 or 14455508. OLE color: 14455508.

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

Color convert

RGB 212 146 220 -
CMYK 0.04 0.34 0 0.14
HSL 293.51º 0.51% 0.72% -
HSV(B) 293.51º 0.34% 0.86% -
XYZ 50.35 39.72 72.72 -
YUV 174.17 153.87 154.98 -
System Red Green Blue C M Y K H S L
Decimal 212 146 220 0.04 0.34 0 0.14 293.51 0.51 0.72
Hex D4 92 DC 4 22 0 E 126 33 48
Octal 324 222 334 4 42 0 16 446 63 110
Binary 11010100 10010010 11011100 100 100010 0 1110 100100110 110011 1001000

Color Harmonies of #D492DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D492DC

Black with #D492DC

Text Example


Text Example

White with #D492DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D492DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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