Html Css Color HEX #D092FE Mauve

📋 copy color: '#D092FE'

red 208 ◦ green 146 ◦ blue 254

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

Shades of Mauve #D092FE

Tints of Mauve #D092FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.78%

R = 34.21%
G = 24.01%
B = 41.78%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D092FE (or 0xD092FE) is known color: Mauve. HEX triplet: D0, 92 and FE. RGB value is (208,146,254). Sum of RGB (Red+Green+Blue) = 208+146+254=608 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.21% from 608); Green value is 146 (57.42% from 255 or 24.01% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #D092FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D092FE is #2F6D01. Grayscale: #B0B0B0. Windows color (decimal): -3108098 or 16683728. OLE color: 16683728.

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

Color convert

RGB 208 146 254 -
CMYK 0.18 0.43 0 0.00
HSL 274.44º 0.98% 0.78% -
HSV(B) 274.44º 0.43% 1% -
XYZ 54.18 41.12 98.85 -
YUV 176.85 171.54 150.22 -
System Red Green Blue C M Y K H S L
Decimal 208 146 254 0.18 0.43 0 0.00 274.44 0.98 0.78
Hex D0 92 FE 12 2B 0 0 112 62 4E
Octal 320 222 376 22 53 0 0 422 142 116
Binary 11010000 10010010 11111110 10010 101011 0 0 100010010 1100010 1001110

Color Harmonies of #D092FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D092FE

Black with #D092FE

Text Example


Text Example

White with #D092FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D092FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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