Html Css Color HEX #DC44C0 Fuchsia

📋 copy color: '#DC44C0'

red 220 ◦ green 68 ◦ blue 192

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

Shades of Fuchsia #DC44C0

Tints of Fuchsia #DC44C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40%

R = 45.83%
G = 14.17%
B = 40%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DC44C0 (or 0xDC44C0) is known color: Fuchsia. HEX triplet: DC, 44 and C0. RGB value is (220,68,192). Sum of RGB (Red+Green+Blue) = 220+68+192=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 68 (26.95% from 255 or 14.17% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC44C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC44C0 is #23BB3F. Grayscale: #7F7F7F. Windows color (decimal): -2341696 or 12600540. OLE color: 12600540.

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

Color convert

RGB 220 68 192 -
CMYK 0 0.69 0.13 0.14
HSL 311.05º 0.68% 0.56% -
HSV(B) 311.05º 0.69% 0.86% -
XYZ 41.1 23.16 52.17 -
YUV 127.58 164.36 193.92 -
System Red Green Blue C M Y K H S L
Decimal 220 68 192 0 0.69 0.13 0.14 311.05 0.68 0.56
Hex DC 44 C0 0 45 D E 137 44 38
Octal 334 104 300 0 105 15 16 467 104 70
Binary 11011100 1000100 11000000 0 1000101 1101 1110 100110111 1000100 111000

Color Harmonies of #DC44C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC44C0

Black with #DC44C0

Text Example


Text Example

White with #DC44C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC44C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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