Html Css Color HEX #DC9BF3 Mauve

📋 copy color: '#DC9BF3'

red 220 ◦ green 155 ◦ blue 243

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

Shades of Mauve #DC9BF3

Tints of Mauve #DC9BF3

RGB

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

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

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

R = 35.6%
G = 25.08%
B = 39.32%

CMYK

 C value IS 0.09

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DC9BF3 (or 0xDC9BF3) is known color: Mauve. HEX triplet: DC, 9B and F3. RGB value is (220,155,243). Sum of RGB (Red+Green+Blue) = 220+155+243=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 155 (60.94% from 255 or 25.08% from 618); Blue value is 243 (95.31% from 255 or 39.32% from 618); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC9BF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9BF3 is #23640C. Grayscale: #B8B8B8. Windows color (decimal): -2319373 or 15965148. OLE color: 15965148.

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

Color convert

RGB 220 155 243 -
CMYK 0.09 0.36 0 0.05
HSL 284.32º 0.79% 0.78% -
HSV(B) 284.32º 0.36% 0.95% -
XYZ 57.41 45.13 90.48 -
YUV 184.47 161.03 153.34 -
System Red Green Blue C M Y K H S L
Decimal 220 155 243 0.09 0.36 0 0.05 284.32 0.79 0.78
Hex DC 9B F3 9 24 0 5 11C 4F 4E
Octal 334 233 363 11 44 0 5 434 117 116
Binary 11011100 10011011 11110011 1001 100100 0 101 100011100 1001111 1001110

Color Harmonies of #DC9BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9BF3

Black with #DC9BF3

Text Example


Text Example

White with #DC9BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9BF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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