Html Css Color HEX #DC9BF8 Mauve

📋 copy color: '#DC9BF8'

red 220 ◦ green 155 ◦ blue 248

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

Shades of Mauve #DC9BF8

Tints of Mauve #DC9BF8

RGB

 RED value IS 220 (86.33% from 255) = 35.31%

 GREEN value IS 155 (60.94% from 255) = 24.88%

 BLUE value IS 248 (97.27% from 255) = 39.81%

R = 35.31%
G = 24.88%
B = 39.81%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DC9BF8 (or 0xDC9BF8) is known color: Mauve. HEX triplet: DC, 9B and F8. RGB value is (220,155,248). Sum of RGB (Red+Green+Blue) = 220+155+248=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 155 (60.94% from 255 or 24.88% from 623); Blue value is 248 (97.27% from 255 or 39.81% from 623); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC9BF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9BF8 is #236407. Grayscale: #B8B8B8. Windows color (decimal): -2319368 or 16292828. OLE color: 16292828.

HSL color Cylindrical-coordinate representation of color #DC9BF8: hue angle of 281.94º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC9BF8 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 155 248 -
CMYK 0.11 0.38 0 0.03
HSL 281.94º 0.87% 0.79% -
HSV(B) 281.94º 0.38% 0.97% -
XYZ 58.18 45.44 94.51 -
YUV 185.04 163.53 152.94 -
System Red Green Blue C M Y K H S L
Decimal 220 155 248 0.11 0.38 0 0.03 281.94 0.87 0.79
Hex DC 9B F8 B 26 0 3 11A 57 4F
Octal 334 233 370 13 46 0 3 432 127 117
Binary 11011100 10011011 11111000 1011 100110 0 11 100011010 1010111 1001111

Color Harmonies of #DC9BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9BF8

Black with #DC9BF8

Text Example


Text Example

White with #DC9BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9BF8; }

 p { color: rgb(220,155,248); }

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

background-color css

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

 a { background-color: rgb(220,155,248); }

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

border-color css

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

 span { border-color: rgb(220,155,248); }

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