Html Css Color HEX #D091FE Mauve

📋 copy color: '#D091FE'

red 208 ◦ green 145 ◦ blue 254

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

Shades of Mauve #D091FE

Tints of Mauve #D091FE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 23.89%

 BLUE value IS 254 (99.61% from 255) = 41.85%

R = 34.27%
G = 23.89%
B = 41.85%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D091FE (or 0xD091FE) is known color: Mauve. HEX triplet: D0, 91 and FE. RGB value is (208,145,254). Sum of RGB (Red+Green+Blue) = 208+145+254=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 145 (57.03% from 255 or 23.89% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #D091FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D091FE is #2F6E01. Grayscale: #AFAFAF. Windows color (decimal): -3108354 or 16683472. OLE color: 16683472.

HSL color Cylindrical-coordinate representation of color #D091FE: hue angle of 274.68º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D091FE is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 208 145 254 -
CMYK 0.18 0.43 0 0.00
HSL 274.68º 0.98% 0.78% -
HSV(B) 274.68º 0.43% 1% -
XYZ 54.03 40.82 98.8 -
YUV 176.26 171.87 150.64 -
System Red Green Blue C M Y K H S L
Decimal 208 145 254 0.18 0.43 0 0.00 274.68 0.98 0.78
Hex D0 91 FE 12 2B 0 0 113 62 4E
Octal 320 221 376 22 53 0 0 423 142 116
Binary 11010000 10010001 11111110 10010 101011 0 0 100010011 1100010 1001110

Color Harmonies of #D091FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D091FE

Black with #D091FE

Text Example


Text Example

White with #D091FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D091FE; }

 p { color: rgb(208,145,254); }

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

background-color css

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

 a { background-color: rgb(208,145,254); }

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

border-color css

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

 span { border-color: rgb(208,145,254); }

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