Html Css Color HEX #D092FA Mauve

📋 copy color: '#D092FA'

red 208 ◦ green 146 ◦ blue 250

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

Shades of Mauve #D092FA

Tints of Mauve #D092FA

RGB

 RED value IS 208 (81.64% from 255) = 34.44%

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

 BLUE value IS 250 (98.05% from 255) = 41.39%

R = 34.44%
G = 24.17%
B = 41.39%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D092FA (or 0xD092FA) is known color: Mauve. HEX triplet: D0, 92 and FA. RGB value is (208,146,250). Sum of RGB (Red+Green+Blue) = 208+146+250=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 146 (57.42% from 255 or 24.17% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #D092FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D092FA is #2F6D05. Grayscale: #B0B0B0. Windows color (decimal): -3108102 or 16421584. OLE color: 16421584.

HSL color Cylindrical-coordinate representation of color #D092FA: hue angle of 275.77º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D092FA is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 146 250 -
CMYK 0.17 0.42 0 0.02
HSL 275.77º 0.91% 0.78% -
HSV(B) 275.77º 0.42% 0.98% -
XYZ 53.55 40.87 95.51 -
YUV 176.39 169.54 150.54 -
System Red Green Blue C M Y K H S L
Decimal 208 146 250 0.17 0.42 0 0.02 275.77 0.91 0.78
Hex D0 92 FA 11 2A 0 2 114 5B 4E
Octal 320 222 372 21 52 0 2 424 133 116
Binary 11010000 10010010 11111010 10001 101010 0 10 100010100 1011011 1001110

Color Harmonies of #D092FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D092FA

Black with #D092FA

Text Example


Text Example

White with #D092FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D092FA; }

 p { color: rgb(208,146,250); }

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

background-color css

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

 a { background-color: rgb(208,146,250); }

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

border-color css

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

 span { border-color: rgb(208,146,250); }

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