Html Css Color HEX #DC48BB Fuchsia

📋 copy color: '#DC48BB'

red 220 ◦ green 72 ◦ blue 187

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

Shades of Fuchsia #DC48BB

Tints of Fuchsia #DC48BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.04%

R = 45.93%
G = 15.03%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC48BB (or 0xDC48BB) is known color: Fuchsia. HEX triplet: DC, 48 and BB. RGB value is (220,72,187). Sum of RGB (Red+Green+Blue) = 220+72+187=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 72 (28.52% from 255 or 15.03% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC48BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC48BB is #23B744. Grayscale: #818181. Windows color (decimal): -2340677 or 12273884. OLE color: 12273884.

HSL color Cylindrical-coordinate representation of color #DC48BB: hue angle of 313.38º 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 #DC48BB is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 72 187 -
CMYK 0 0.67 0.15 0.14
HSL 313.38º 0.68% 0.57% -
HSV(B) 313.38º 0.67% 0.86% -
XYZ 40.8 23.44 49.39 -
YUV 129.36 160.53 192.65 -
System Red Green Blue C M Y K H S L
Decimal 220 72 187 0 0.67 0.15 0.14 313.38 0.68 0.57
Hex DC 48 BB 0 43 F E 139 44 39
Octal 334 110 273 0 103 17 16 471 104 71
Binary 11011100 1001000 10111011 0 1000011 1111 1110 100111001 1000100 111001

Color Harmonies of #DC48BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC48BB

Black with #DC48BB

Text Example


Text Example

White with #DC48BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC48BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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