Html Css Color HEX #DC9AFA Mauve

📋 copy color: '#DC9AFA'

red 220 ◦ green 154 ◦ blue 250

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

Shades of Mauve #DC9AFA

Tints of Mauve #DC9AFA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 24.68%

 BLUE value IS 250 (98.05% from 255) = 40.06%

R = 35.26%
G = 24.68%
B = 40.06%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC9AFA (or 0xDC9AFA) is known color: Mauve. HEX triplet: DC, 9A and FA. RGB value is (220,154,250). Sum of RGB (Red+Green+Blue) = 220+154+250=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 154 (60.55% from 255 or 24.68% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC9AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9AFA is #236505. Grayscale: #B8B8B8. Windows color (decimal): -2319622 or 16423644. OLE color: 16423644.

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

Color convert

RGB 220 154 250 -
CMYK 0.12 0.38 0 0.02
HSL 281.25º 0.91% 0.79% -
HSV(B) 281.25º 0.38% 0.98% -
XYZ 58.33 45.23 96.1 -
YUV 184.68 164.87 153.19 -
System Red Green Blue C M Y K H S L
Decimal 220 154 250 0.12 0.38 0 0.02 281.25 0.91 0.79
Hex DC 9A FA C 26 0 2 119 5B 4F
Octal 334 232 372 14 46 0 2 431 133 117
Binary 11011100 10011010 11111010 1100 100110 0 10 100011001 1011011 1001111

Color Harmonies of #DC9AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9AFA

Black with #DC9AFA

Text Example


Text Example

White with #DC9AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9AFA; }

 p { color: rgb(220,154,250); }

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

background-color css

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

 a { background-color: rgb(220,154,250); }

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

border-color css

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

 span { border-color: rgb(220,154,250); }

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