Html Css Color HEX #DC9AF3 Mauve

📋 copy color: '#DC9AF3'

red 220 ◦ green 154 ◦ blue 243

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

Shades of Mauve #DC9AF3

Tints of Mauve #DC9AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.38%

R = 35.66%
G = 24.96%
B = 39.38%

CMYK

 C value IS 0.09

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DC9AF3 (or 0xDC9AF3) is known color: Mauve. HEX triplet: DC, 9A and F3. RGB value is (220,154,243). Sum of RGB (Red+Green+Blue) = 220+154+243=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 154 (60.55% from 255 or 24.96% from 617); Blue value is 243 (95.31% from 255 or 39.38% from 617); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC9AF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9AF3 is #23650C. Grayscale: #B7B7B7. Windows color (decimal): -2319629 or 15964892. OLE color: 15964892.

HSL color Cylindrical-coordinate representation of color #DC9AF3: hue angle of 284.49º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC9AF3 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 154 243 -
CMYK 0.09 0.37 0 0.05
HSL 284.49º 0.79% 0.78% -
HSV(B) 284.49º 0.37% 0.95% -
XYZ 57.25 44.8 90.42 -
YUV 183.88 161.37 153.76 -
System Red Green Blue C M Y K H S L
Decimal 220 154 243 0.09 0.37 0 0.05 284.49 0.79 0.78
Hex DC 9A F3 9 25 0 5 11C 4F 4E
Octal 334 232 363 11 45 0 5 434 117 116
Binary 11011100 10011010 11110011 1001 100101 0 101 100011100 1001111 1001110

Color Harmonies of #DC9AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9AF3

Black with #DC9AF3

Text Example


Text Example

White with #DC9AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9AF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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