Html Css Color HEX #D093FA Mauve

📋 copy color: '#D093FA'

red 208 ◦ green 147 ◦ blue 250

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

Shades of Mauve #D093FA

Tints of Mauve #D093FA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.3%

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

R = 34.38%
G = 24.3%
B = 41.32%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D093FA (or 0xD093FA) is known color: Mauve. HEX triplet: D0, 93 and FA. RGB value is (208,147,250). Sum of RGB (Red+Green+Blue) = 208+147+250=605 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.38% from 605); Green value is 147 (57.81% from 255 or 24.30% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #D093FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D093FA is #2F6C05. Grayscale: #B0B0B0. Windows color (decimal): -3107846 or 16421840. OLE color: 16421840.

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

Color convert

RGB 208 147 250 -
CMYK 0.17 0.41 0 0.02
HSL 275.53º 0.91% 0.78% -
HSV(B) 275.53º 0.41% 0.98% -
XYZ 53.7 41.18 95.56 -
YUV 176.98 169.21 150.12 -
System Red Green Blue C M Y K H S L
Decimal 208 147 250 0.17 0.41 0 0.02 275.53 0.91 0.78
Hex D0 93 FA 11 29 0 2 114 5B 4E
Octal 320 223 372 21 51 0 2 424 133 116
Binary 11010000 10010011 11111010 10001 101001 0 10 100010100 1011011 1001110

Color Harmonies of #D093FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D093FA

Black with #D093FA

Text Example


Text Example

White with #D093FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D093FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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