Html Css Color HEX #D095FA Mauve

📋 copy color: '#D095FA'

red 208 ◦ green 149 ◦ blue 250

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

Shades of Mauve #D095FA

Tints of Mauve #D095FA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.55%

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

R = 34.27%
G = 24.55%
B = 41.19%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D095FA (or 0xD095FA) is known color: Mauve. HEX triplet: D0, 95 and FA. RGB value is (208,149,250). Sum of RGB (Red+Green+Blue) = 208+149+250=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 149 (58.59% from 255 or 24.55% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #D095FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D095FA is #2F6A05. Grayscale: #B1B1B1. Windows color (decimal): -3107334 or 16422352. OLE color: 16422352.

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

Color convert

RGB 208 149 250 -
CMYK 0.17 0.40 0 0.02
HSL 275.05º 0.91% 0.78% -
HSV(B) 275.05º 0.4% 0.98% -
XYZ 54.02 41.81 95.67 -
YUV 178.16 168.55 149.29 -
System Red Green Blue C M Y K H S L
Decimal 208 149 250 0.17 0.40 0 0.02 275.05 0.91 0.78
Hex D0 95 FA 11 28 0 2 113 5B 4E
Octal 320 225 372 21 50 0 2 423 133 116
Binary 11010000 10010101 11111010 10001 101000 0 10 100010011 1011011 1001110

Color Harmonies of #D095FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D095FA

Black with #D095FA

Text Example


Text Example

White with #D095FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D095FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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