Html Css Color HEX #D0AFF0 Mauve

📋 copy color: '#D0AFF0'

red 208 ◦ green 175 ◦ blue 240

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

Shades of Mauve #D0AFF0

Tints of Mauve #D0AFF0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.09%

 BLUE value IS 240 (94.14% from 255) = 38.52%

R = 33.39%
G = 28.09%
B = 38.52%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D0AFF0 (or 0xD0AFF0) is known color: Mauve. HEX triplet: D0, AF and F0. RGB value is (208,175,240). Sum of RGB (Red+Green+Blue) = 208+175+240=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 240 (94.14% from 255 or 38.52% from 623); Max value from RGB is 240 - color contains mainly: blue. Hex color #D0AFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AFF0 is #2F500F. Grayscale: #C0C0C0. Windows color (decimal): -3100688 or 15773648. OLE color: 15773648.

HSL color Cylindrical-coordinate representation of color #D0AFF0: hue angle of 270.46º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0AFF0 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 175 240 -
CMYK 0.13 0.27 0 0.06
HSL 270.46º 0.68% 0.81% -
HSV(B) 270.46º 0.27% 0.94% -
XYZ 57.07 50.36 89.15 -
YUV 192.28 154.93 139.21 -
System Red Green Blue C M Y K H S L
Decimal 208 175 240 0.13 0.27 0 0.06 270.46 0.68 0.81
Hex D0 AF F0 D 1B 0 6 10E 44 51
Octal 320 257 360 15 33 0 6 416 104 121
Binary 11010000 10101111 11110000 1101 11011 0 110 100001110 1000100 1010001

Color Harmonies of #D0AFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AFF0

Black with #D0AFF0

Text Example


Text Example

White with #D0AFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AFF0; }

 p { color: rgb(208,175,240); }

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

background-color css

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

 a { background-color: rgb(208,175,240); }

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

border-color css

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

 span { border-color: rgb(208,175,240); }

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