Html Css Color HEX #D292FF Mauve

📋 copy color: '#D292FF'

red 210 ◦ green 146 ◦ blue 255

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

Shades of Mauve #D292FF

Tints of Mauve #D292FF

RGB

 RED value IS 210 (82.42% from 255) = 34.37%

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

 BLUE value IS 255 (100% from 255) = 41.73%

R = 34.37%
G = 23.9%
B = 41.73%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D292FF (or 0xD292FF) is known color: Mauve. HEX triplet: D2, 92 and FF. RGB value is (210,146,255). Sum of RGB (Red+Green+Blue) = 210+146+255=611 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.37% from 611); Green value is 146 (57.42% from 255 or 23.90% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #D292FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D292FF is #2D6D00. Grayscale: #B1B1B1. Windows color (decimal): -2977025 or 16749266. OLE color: 16749266.

HSL color Cylindrical-coordinate representation of color #D292FF: hue angle of 275.23º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D292FF is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 210 146 255 -
CMYK 0.18 0.43 0 0
HSL 275.23º 1% 0.79% -
HSV(B) 275.23º 0.43% 1% -
XYZ 54.91 41.48 99.72 -
YUV 177.56 171.7 151.14 -
System Red Green Blue C M Y K H S L
Decimal 210 146 255 0.18 0.43 0 0 275.23 1 0.79
Hex D2 92 FF 12 2B 0 0 113 64 4F
Octal 322 222 377 22 53 0 0 423 144 117
Binary 11010010 10010010 11111111 10010 101011 0 0 100010011 1100100 1001111

Color Harmonies of #D292FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D292FF

Black with #D292FF

Text Example


Text Example

White with #D292FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D292FF; }

 p { color: rgb(210,146,255); }

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

background-color css

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

 a { background-color: rgb(210,146,255); }

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

border-color css

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

 span { border-color: rgb(210,146,255); }

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