Html Css Color HEX #DC48BE Fuchsia

📋 copy color: '#DC48BE'

red 220 ◦ green 72 ◦ blue 190

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

Shades of Fuchsia #DC48BE

Tints of Fuchsia #DC48BE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.94%

 BLUE value IS 190 (74.61% from 255) = 39.42%

R = 45.64%
G = 14.94%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC48BE (or 0xDC48BE) is known color: Fuchsia. HEX triplet: DC, 48 and BE. RGB value is (220,72,190). Sum of RGB (Red+Green+Blue) = 220+72+190=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 72 (28.52% from 255 or 14.94% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC48BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC48BE is #23B741. Grayscale: #818181. Windows color (decimal): -2340674 or 12470492. OLE color: 12470492.

HSL color Cylindrical-coordinate representation of color #DC48BE: hue angle of 312.16º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC48BE is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 72 190 -
CMYK 0 0.67 0.14 0.14
HSL 312.16º 0.68% 0.57% -
HSV(B) 312.16º 0.67% 0.86% -
XYZ 41.13 23.57 51.1 -
YUV 129.7 162.03 192.41 -
System Red Green Blue C M Y K H S L
Decimal 220 72 190 0 0.67 0.14 0.14 312.16 0.68 0.57
Hex DC 48 BE 0 43 E E 138 44 39
Octal 334 110 276 0 103 16 16 470 104 71
Binary 11011100 1001000 10111110 0 1000011 1110 1110 100111000 1000100 111001

Color Harmonies of #DC48BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC48BE

Black with #DC48BE

Text Example


Text Example

White with #DC48BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC48BE; }

 p { color: rgb(220,72,190); }

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

background-color css

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

 a { background-color: rgb(220,72,190); }

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

border-color css

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

 span { border-color: rgb(220,72,190); }

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