Html Css Color HEX #D090FD Mauve

📋 copy color: '#D090FD'

red 208 ◦ green 144 ◦ blue 253

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

Shades of Mauve #D090FD

Tints of Mauve #D090FD

RGB

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

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

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

R = 34.38%
G = 23.8%
B = 41.82%

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

#D090FD (or 0xD090FD) is known color: Mauve. HEX triplet: D0, 90 and FD. RGB value is (208,144,253). Sum of RGB (Red+Green+Blue) = 208+144+253=605 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.38% from 605); Green value is 144 (56.64% from 255 or 23.80% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #D090FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D090FD is #2F6F02. Grayscale: #AFAFAF. Windows color (decimal): -3108611 or 16617680. OLE color: 16617680.

HSL color Cylindrical-coordinate representation of color #D090FD: hue angle of 275.23º 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 #D090FD is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 144 253 -
CMYK 0.18 0.43 0 0.01
HSL 275.23º 0.96% 0.78% -
HSV(B) 275.23º 0.43% 0.99% -
XYZ 53.72 40.45 97.9 -
YUV 175.56 171.7 151.14 -
System Red Green Blue C M Y K H S L
Decimal 208 144 253 0.18 0.43 0 0.01 275.23 0.96 0.78
Hex D0 90 FD 12 2B 0 1 113 60 4E
Octal 320 220 375 22 53 0 1 423 140 116
Binary 11010000 10010000 11111101 10010 101011 0 1 100010011 1100000 1001110

Color Harmonies of #D090FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D090FD

Black with #D090FD

Text Example


Text Example

White with #D090FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D090FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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