Html Css Color HEX #D095FB Mauve

📋 copy color: '#D095FB'

red 208 ◦ green 149 ◦ blue 251

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

Shades of Mauve #D095FB

Tints of Mauve #D095FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.28%

R = 34.21%
G = 24.51%
B = 41.28%

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

#D095FB (or 0xD095FB) is known color: Mauve. HEX triplet: D0, 95 and FB. RGB value is (208,149,251). Sum of RGB (Red+Green+Blue) = 208+149+251=608 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.21% from 608); Green value is 149 (58.59% from 255 or 24.51% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #D095FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D095FB is #2F6A04. Grayscale: #B1B1B1. Windows color (decimal): -3107333 or 16487888. OLE color: 16487888.

HSL color Cylindrical-coordinate representation of color #D095FB: hue angle of 274.71º degrees, saturation: 0.93, 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 #D095FB is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 149 251 -
CMYK 0.17 0.41 0 0.02
HSL 274.71º 0.93% 0.78% -
HSV(B) 274.71º 0.41% 0.98% -
XYZ 54.17 41.87 96.49 -
YUV 178.27 169.05 149.21 -
System Red Green Blue C M Y K H S L
Decimal 208 149 251 0.17 0.41 0 0.02 274.71 0.93 0.78
Hex D0 95 FB 11 29 0 2 113 5D 4E
Octal 320 225 373 21 51 0 2 423 135 116
Binary 11010000 10010101 11111011 10001 101001 0 10 100010011 1011101 1001110

Color Harmonies of #D095FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D095FB

Black with #D095FB

Text Example


Text Example

White with #D095FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D095FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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