Html Css Color HEX #D092FF Mauve

📋 copy color: '#D092FF'

red 208 ◦ green 146 ◦ blue 255

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

Shades of Mauve #D092FF

Tints of Mauve #D092FF

RGB

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

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

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

R = 34.15%
G = 23.97%
B = 41.87%

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

#D092FF (or 0xD092FF) is known color: Mauve. HEX triplet: D0, 92 and FF. RGB value is (208,146,255). Sum of RGB (Red+Green+Blue) = 208+146+255=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 146 (57.42% from 255 or 23.97% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #D092FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D092FF is #2F6D00. Grayscale: #B0B0B0. Windows color (decimal): -3108097 or 16749264. OLE color: 16749264.

HSL color Cylindrical-coordinate representation of color #D092FF: hue angle of 274.13º 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 #D092FF is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 208 146 255 -
CMYK 0.18 0.43 0 0
HSL 274.13º 1% 0.79% -
HSV(B) 274.13º 0.43% 1% -
XYZ 54.34 41.19 99.69 -
YUV 176.96 172.04 150.14 -
System Red Green Blue C M Y K H S L
Decimal 208 146 255 0.18 0.43 0 0 274.13 1 0.79
Hex D0 92 FF 12 2B 0 0 112 64 4F
Octal 320 222 377 22 53 0 0 422 144 117
Binary 11010000 10010010 11111111 10010 101011 0 0 100010010 1100100 1001111

Color Harmonies of #D092FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D092FF

Black with #D092FF

Text Example


Text Example

White with #D092FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D092FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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