Html Css Color HEX #DC9AFD Mauve

📋 copy color: '#DC9AFD'

red 220 ◦ green 154 ◦ blue 253

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

Shades of Mauve #DC9AFD

Tints of Mauve #DC9AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.35%

R = 35.09%
G = 24.56%
B = 40.35%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC9AFD (or 0xDC9AFD) is known color: Mauve. HEX triplet: DC, 9A and FD. RGB value is (220,154,253). Sum of RGB (Red+Green+Blue) = 220+154+253=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 154 (60.55% from 255 or 24.56% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC9AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9AFD is #236502. Grayscale: #B8B8B8. Windows color (decimal): -2319619 or 16620252. OLE color: 16620252.

HSL color Cylindrical-coordinate representation of color #DC9AFD: hue angle of 280º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC9AFD is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 154 253 -
CMYK 0.13 0.39 0 0.01
HSL 280º 0.96% 0.8% -
HSV(B) 280º 0.39% 0.99% -
XYZ 58.8 45.42 98.6 -
YUV 185.02 166.37 152.95 -
System Red Green Blue C M Y K H S L
Decimal 220 154 253 0.13 0.39 0 0.01 280 0.96 0.8
Hex DC 9A FD D 27 0 1 118 60 50
Octal 334 232 375 15 47 0 1 430 140 120
Binary 11011100 10011010 11111101 1101 100111 0 1 100011000 1100000 1010000

Color Harmonies of #DC9AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9AFD

Black with #DC9AFD

Text Example


Text Example

White with #DC9AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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