Html Css Color HEX #D492DA Plum

📋 copy color: '#D492DA'

red 212 ◦ green 146 ◦ blue 218

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

Shades of Plum #D492DA

Tints of Plum #D492DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.85%

R = 36.81%
G = 25.35%
B = 37.85%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D492DA (or 0xD492DA) is known color: Plum. HEX triplet: D4, 92 and DA. RGB value is (212,146,218). Sum of RGB (Red+Green+Blue) = 212+146+218=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #D492DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D492DA is #2B6D25. Grayscale: #ADADAD. Windows color (decimal): -2845990 or 14324436. OLE color: 14324436.

HSL color Cylindrical-coordinate representation of color #D492DA: hue angle of 295º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D492DA is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 146 218 -
CMYK 0.03 0.33 0 0.15
HSL 295º 0.49% 0.71% -
HSV(B) 295º 0.33% 0.85% -
XYZ 50.09 39.62 71.34 -
YUV 173.94 152.87 155.15 -
System Red Green Blue C M Y K H S L
Decimal 212 146 218 0.03 0.33 0 0.15 295 0.49 0.71
Hex D4 92 DA 3 21 0 F 127 31 47
Octal 324 222 332 3 41 0 17 447 61 107
Binary 11010100 10010010 11011010 11 100001 0 1111 100100111 110001 1000111

Color Harmonies of #D492DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D492DA

Black with #D492DA

Text Example


Text Example

White with #D492DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D492DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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