Html Css Color HEX #D090FB Mauve

📋 copy color: '#D090FB'

red 208 ◦ green 144 ◦ blue 251

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

Shades of Mauve #D090FB

Tints of Mauve #D090FB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.88%

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

R = 34.49%
G = 23.88%
B = 41.63%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D090FB (or 0xD090FB) is known color: Mauve. HEX triplet: D0, 90 and FB. RGB value is (208,144,251). Sum of RGB (Red+Green+Blue) = 208+144+251=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 144 (56.64% from 255 or 23.88% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #D090FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D090FB is #2F6F04. Grayscale: #AEAEAE. Windows color (decimal): -3108613 or 16486608. OLE color: 16486608.

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

Color convert

RGB 208 144 251 -
CMYK 0.17 0.43 0 0.02
HSL 275.89º 0.93% 0.77% -
HSV(B) 275.89º 0.43% 0.98% -
XYZ 53.4 40.32 96.24 -
YUV 175.33 170.7 151.3 -
System Red Green Blue C M Y K H S L
Decimal 208 144 251 0.17 0.43 0 0.02 275.89 0.93 0.77
Hex D0 90 FB 11 2B 0 2 114 5D 4D
Octal 320 220 373 21 53 0 2 424 135 115
Binary 11010000 10010000 11111011 10001 101011 0 10 100010100 1011101 1001101

Color Harmonies of #D090FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D090FB

Black with #D090FB

Text Example


Text Example

White with #D090FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D090FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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