Html Css Color HEX #D091FD Mauve

📋 copy color: '#D091FD'

red 208 ◦ green 145 ◦ blue 253

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

Shades of Mauve #D091FD

Tints of Mauve #D091FD

RGB

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

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

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

R = 34.32%
G = 23.93%
B = 41.75%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D091FD (or 0xD091FD) is known color: Mauve. HEX triplet: D0, 91 and FD. RGB value is (208,145,253). Sum of RGB (Red+Green+Blue) = 208+145+253=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 145 (57.03% from 255 or 23.93% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #D091FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D091FD is #2F6E02. Grayscale: #AFAFAF. Windows color (decimal): -3108355 or 16617936. OLE color: 16617936.

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

Color convert

RGB 208 145 253 -
CMYK 0.18 0.43 0 0.01
HSL 275º 0.96% 0.78% -
HSV(B) 275º 0.43% 0.99% -
XYZ 53.87 40.75 97.96 -
YUV 176.15 171.37 150.72 -
System Red Green Blue C M Y K H S L
Decimal 208 145 253 0.18 0.43 0 0.01 275 0.96 0.78
Hex D0 91 FD 12 2B 0 1 113 60 4E
Octal 320 221 375 22 53 0 1 423 140 116
Binary 11010000 10010001 11111101 10010 101011 0 1 100010011 1100000 1001110

Color Harmonies of #D091FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D091FD

Black with #D091FD

Text Example


Text Example

White with #D091FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D091FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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