Html Css Color HEX #DC9BF5 Mauve

📋 copy color: '#DC9BF5'

red 220 ◦ green 155 ◦ blue 245

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

Shades of Mauve #DC9BF5

Tints of Mauve #DC9BF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 39.52%

R = 35.48%
G = 25%
B = 39.52%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DC9BF5 (or 0xDC9BF5) is known color: Mauve. HEX triplet: DC, 9B and F5. RGB value is (220,155,245). Sum of RGB (Red+Green+Blue) = 220+155+245=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 155 (60.94% from 255 or 25% from 620); Blue value is 245 (96.09% from 255 or 39.52% from 620); Max value from RGB is 245 - color contains mainly: blue. Hex color #DC9BF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9BF5 is #23640A. Grayscale: #B8B8B8. Windows color (decimal): -2319371 or 16096220. OLE color: 16096220.

HSL color Cylindrical-coordinate representation of color #DC9BF5: hue angle of 283.33º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC9BF5 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 155 245 -
CMYK 0.10 0.37 0 0.04
HSL 283.33º 0.82% 0.78% -
HSV(B) 283.33º 0.37% 0.96% -
XYZ 57.72 45.25 92.08 -
YUV 184.7 162.03 153.18 -
System Red Green Blue C M Y K H S L
Decimal 220 155 245 0.10 0.37 0 0.04 283.33 0.82 0.78
Hex DC 9B F5 A 25 0 4 11B 52 4E
Octal 334 233 365 12 45 0 4 433 122 116
Binary 11011100 10011011 11110101 1010 100101 0 100 100011011 1010010 1001110

Color Harmonies of #DC9BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9BF5

Black with #DC9BF5

Text Example


Text Example

White with #DC9BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9BF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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