Html Css Color HEX #DC40BB Fuchsia

📋 copy color: '#DC40BB'

red 220 ◦ green 64 ◦ blue 187

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

Shades of Fuchsia #DC40BB

Tints of Fuchsia #DC40BB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.59%

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

R = 46.71%
G = 13.59%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC40BB (or 0xDC40BB) is known color: Fuchsia. HEX triplet: DC, 40 and BB. RGB value is (220,64,187). Sum of RGB (Red+Green+Blue) = 220+64+187=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC40BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC40BB is #23BF44. Grayscale: #7C7C7C. Windows color (decimal): -2342725 or 12271836. OLE color: 12271836.

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

Color convert

RGB 220 64 187 -
CMYK 0 0.71 0.15 0.14
HSL 312.69º 0.69% 0.56% -
HSV(B) 312.69º 0.71% 0.86% -
XYZ 40.32 22.47 49.23 -
YUV 124.67 163.18 196 -
System Red Green Blue C M Y K H S L
Decimal 220 64 187 0 0.71 0.15 0.14 312.69 0.69 0.56
Hex DC 40 BB 0 47 F E 139 45 38
Octal 334 100 273 0 107 17 16 471 105 70
Binary 11011100 1000000 10111011 0 1000111 1111 1110 100111001 1000101 111000

Color Harmonies of #DC40BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC40BB

Black with #DC40BB

Text Example


Text Example

White with #DC40BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC40BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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