Html Css Color HEX #D0A7FD Mauve

📋 copy color: '#D0A7FD'

red 208 ◦ green 167 ◦ blue 253

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

Shades of Mauve #D0A7FD

Tints of Mauve #D0A7FD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.59%

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

R = 33.12%
G = 26.59%
B = 40.29%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D0A7FD (or 0xD0A7FD) is known color: Mauve. HEX triplet: D0, A7 and FD. RGB value is (208,167,253). Sum of RGB (Red+Green+Blue) = 208+167+253=628 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.12% from 628); Green value is 167 (65.62% from 255 or 26.59% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0A7FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A7FD is #2F5802. Grayscale: #BCBCBC. Windows color (decimal): -3102723 or 16623568. OLE color: 16623568.

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

Color convert

RGB 208 167 253 -
CMYK 0.18 0.34 0 0.01
HSL 268.6º 0.96% 0.82% -
HSV(B) 268.6º 0.34% 0.99% -
XYZ 57.56 48.14 99.19 -
YUV 189.06 164.08 141.51 -
System Red Green Blue C M Y K H S L
Decimal 208 167 253 0.18 0.34 0 0.01 268.6 0.96 0.82
Hex D0 A7 FD 12 22 0 1 10D 60 52
Octal 320 247 375 22 42 0 1 415 140 122
Binary 11010000 10100111 11111101 10010 100010 0 1 100001101 1100000 1010010

Color Harmonies of #D0A7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A7FD

Black with #D0A7FD

Text Example


Text Example

White with #D0A7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A7FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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