Html Css Color HEX #DC44BB Fuchsia

📋 copy color: '#DC44BB'

red 220 ◦ green 68 ◦ blue 187

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

Shades of Fuchsia #DC44BB

Tints of Fuchsia #DC44BB

RGB

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

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

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

R = 46.32%
G = 14.32%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC44BB (or 0xDC44BB) is known color: Fuchsia. HEX triplet: DC, 44 and BB. RGB value is (220,68,187). Sum of RGB (Red+Green+Blue) = 220+68+187=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 68 (26.95% from 255 or 14.32% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC44BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC44BB is #23BB44. Grayscale: #7E7E7E. Windows color (decimal): -2341701 or 12272860. OLE color: 12272860.

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

Color convert

RGB 220 68 187 -
CMYK 0 0.69 0.15 0.14
HSL 313.03º 0.68% 0.56% -
HSV(B) 313.03º 0.69% 0.86% -
XYZ 40.55 22.94 49.3 -
YUV 127.01 161.86 194.32 -
System Red Green Blue C M Y K H S L
Decimal 220 68 187 0 0.69 0.15 0.14 313.03 0.68 0.56
Hex DC 44 BB 0 45 F E 139 44 38
Octal 334 104 273 0 105 17 16 471 104 70
Binary 11011100 1000100 10111011 0 1000101 1111 1110 100111001 1000100 111000

Color Harmonies of #DC44BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC44BB

Black with #DC44BB

Text Example


Text Example

White with #DC44BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC44BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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