Html Css Color HEX #D0A5FD Mauve

📋 copy color: '#D0A5FD'

red 208 ◦ green 165 ◦ blue 253

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

Shades of Mauve #D0A5FD

Tints of Mauve #D0A5FD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.36%

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

R = 33.23%
G = 26.36%
B = 40.42%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D0A5FD (or 0xD0A5FD) is known color: Mauve. HEX triplet: D0, A5 and FD. RGB value is (208,165,253). Sum of RGB (Red+Green+Blue) = 208+165+253=626 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.23% from 626); Green value is 165 (64.84% from 255 or 26.36% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0A5FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A5FD is #2F5A02. Grayscale: #BBBBBB. Windows color (decimal): -3103235 or 16623056. OLE color: 16623056.

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

Color convert

RGB 208 165 253 -
CMYK 0.18 0.35 0 0.01
HSL 269.32º 0.96% 0.82% -
HSV(B) 269.32º 0.35% 0.99% -
XYZ 57.2 47.41 99.07 -
YUV 187.89 164.75 142.34 -
System Red Green Blue C M Y K H S L
Decimal 208 165 253 0.18 0.35 0 0.01 269.32 0.96 0.82
Hex D0 A5 FD 12 23 0 1 10D 60 52
Octal 320 245 375 22 43 0 1 415 140 122
Binary 11010000 10100101 11111101 10010 100011 0 1 100001101 1100000 1010010

Color Harmonies of #D0A5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A5FD

Black with #D0A5FD

Text Example


Text Example

White with #D0A5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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