Html Css Color HEX #D094FD Mauve

📋 copy color: '#D094FD'

red 208 ◦ green 148 ◦ blue 253

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

Shades of Mauve #D094FD

Tints of Mauve #D094FD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.3%

 BLUE value IS 253 (99.22% from 255) = 41.54%

R = 34.15%
G = 24.3%
B = 41.54%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D094FD (or 0xD094FD) is known color: Mauve. HEX triplet: D0, 94 and FD. RGB value is (208,148,253). Sum of RGB (Red+Green+Blue) = 208+148+253=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 148 (58.20% from 255 or 24.30% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #D094FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D094FD is #2F6B02. Grayscale: #B1B1B1. Windows color (decimal): -3107587 or 16618704. OLE color: 16618704.

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

Color convert

RGB 208 148 253 -
CMYK 0.18 0.42 0 0.01
HSL 274.29º 0.96% 0.79% -
HSV(B) 274.29º 0.42% 0.99% -
XYZ 54.33 41.68 98.11 -
YUV 177.91 170.38 149.46 -
System Red Green Blue C M Y K H S L
Decimal 208 148 253 0.18 0.42 0 0.01 274.29 0.96 0.79
Hex D0 94 FD 12 2A 0 1 112 60 4F
Octal 320 224 375 22 52 0 1 422 140 117
Binary 11010000 10010100 11111101 10010 101010 0 1 100010010 1100000 1001111

Color Harmonies of #D094FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D094FD

Black with #D094FD

Text Example


Text Example

White with #D094FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D094FD; }

 p { color: rgb(208,148,253); }

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

background-color css

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

 a { background-color: rgb(208,148,253); }

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

border-color css

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

 span { border-color: rgb(208,148,253); }

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