Html Css Color HEX #DC44BE Fuchsia

📋 copy color: '#DC44BE'

red 220 ◦ green 68 ◦ blue 190

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

Shades of Fuchsia #DC44BE

Tints of Fuchsia #DC44BE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.23%

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

R = 46.03%
G = 14.23%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC44BE (or 0xDC44BE) is known color: Fuchsia. HEX triplet: DC, 44 and BE. RGB value is (220,68,190). Sum of RGB (Red+Green+Blue) = 220+68+190=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 68 (26.95% from 255 or 14.23% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC44BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC44BE is #23BB41. Grayscale: #7F7F7F. Windows color (decimal): -2341698 or 12469468. OLE color: 12469468.

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

Color convert

RGB 220 68 190 -
CMYK 0 0.69 0.14 0.14
HSL 311.84º 0.68% 0.56% -
HSV(B) 311.84º 0.69% 0.86% -
XYZ 40.88 23.07 51.01 -
YUV 127.36 163.36 194.08 -
System Red Green Blue C M Y K H S L
Decimal 220 68 190 0 0.69 0.14 0.14 311.84 0.68 0.56
Hex DC 44 BE 0 45 E E 138 44 38
Octal 334 104 276 0 105 16 16 470 104 70
Binary 11011100 1000100 10111110 0 1000101 1110 1110 100111000 1000100 111000

Color Harmonies of #DC44BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC44BE

Black with #DC44BE

Text Example


Text Example

White with #DC44BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC44BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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