Html Css Color HEX #DC9DFB Mauve

📋 copy color: '#DC9DFB'

red 220 ◦ green 157 ◦ blue 251

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

Shades of Mauve #DC9DFB

Tints of Mauve #DC9DFB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25%

 BLUE value IS 251 (98.44% from 255) = 39.97%

R = 35.03%
G = 25%
B = 39.97%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC9DFB (or 0xDC9DFB) is known color: Mauve. HEX triplet: DC, 9D and FB. RGB value is (220,157,251). Sum of RGB (Red+Green+Blue) = 220+157+251=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 157 (61.72% from 255 or 25% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC9DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9DFB is #236204. Grayscale: #BABABA. Windows color (decimal): -2318853 or 16489948. OLE color: 16489948.

HSL color Cylindrical-coordinate representation of color #DC9DFB: hue angle of 280.21º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC9DFB is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 157 251 -
CMYK 0.12 0.37 0 0.02
HSL 280.21º 0.92% 0.8% -
HSV(B) 280.21º 0.37% 0.98% -
XYZ 58.98 46.29 97.09 -
YUV 186.55 164.37 151.86 -
System Red Green Blue C M Y K H S L
Decimal 220 157 251 0.12 0.37 0 0.02 280.21 0.92 0.8
Hex DC 9D FB C 25 0 2 118 5C 50
Octal 334 235 373 14 45 0 2 430 134 120
Binary 11011100 10011101 11111011 1100 100101 0 10 100011000 1011100 1010000

Color Harmonies of #DC9DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9DFB

Black with #DC9DFB

Text Example


Text Example

White with #DC9DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9DFB; }

 p { color: rgb(220,157,251); }

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

background-color css

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

 a { background-color: rgb(220,157,251); }

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

border-color css

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

 span { border-color: rgb(220,157,251); }

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