Html Css Color HEX #D090FF Mauve

📋 copy color: '#D090FF'

red 208 ◦ green 144 ◦ blue 255

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

Shades of Mauve #D090FF

Tints of Mauve #D090FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.01%

R = 34.27%
G = 23.72%
B = 42.01%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D090FF (or 0xD090FF) is known color: Mauve. HEX triplet: D0, 90 and FF. RGB value is (208,144,255). Sum of RGB (Red+Green+Blue) = 208+144+255=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 144 (56.64% from 255 or 23.72% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #D090FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D090FF is #2F6F00. Grayscale: #AFAFAF. Windows color (decimal): -3108609 or 16748752. OLE color: 16748752.

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

Color convert

RGB 208 144 255 -
CMYK 0.18 0.44 0 0
HSL 274.59º 1% 0.78% -
HSV(B) 274.59º 0.44% 1% -
XYZ 54.04 40.58 99.59 -
YUV 175.79 172.7 150.97 -
System Red Green Blue C M Y K H S L
Decimal 208 144 255 0.18 0.44 0 0 274.59 1 0.78
Hex D0 90 FF 12 2C 0 0 113 64 4E
Octal 320 220 377 22 54 0 0 423 144 116
Binary 11010000 10010000 11111111 10010 101100 0 0 100010011 1100100 1001110

Color Harmonies of #D090FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D090FF

Black with #D090FF

Text Example


Text Example

White with #D090FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D090FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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