Html Css Color HEX #D492DD Plum

📋 copy color: '#D492DD'

red 212 ◦ green 146 ◦ blue 221

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

Shades of Plum #D492DD

Tints of Plum #D492DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.17%

R = 36.61%
G = 25.22%
B = 38.17%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D492DD (or 0xD492DD) is known color: Plum. HEX triplet: D4, 92 and DD. RGB value is (212,146,221). Sum of RGB (Red+Green+Blue) = 212+146+221=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 146 (57.42% from 255 or 25.22% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #D492DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D492DD is #2B6D22. Grayscale: #AEAEAE. Windows color (decimal): -2845987 or 14521044. OLE color: 14521044.

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

Color convert

RGB 212 146 221 -
CMYK 0.04 0.34 0 0.13
HSL 292.8º 0.52% 0.72% -
HSV(B) 292.8º 0.34% 0.87% -
XYZ 50.48 39.78 73.42 -
YUV 174.28 154.37 154.9 -
System Red Green Blue C M Y K H S L
Decimal 212 146 221 0.04 0.34 0 0.13 292.8 0.52 0.72
Hex D4 92 DD 4 22 0 D 125 34 48
Octal 324 222 335 4 42 0 15 445 64 110
Binary 11010100 10010010 11011101 100 100010 0 1101 100100101 110100 1001000

Color Harmonies of #D492DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D492DD

Black with #D492DD

Text Example


Text Example

White with #D492DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D492DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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