Html Css Color HEX #DC42BB Fuchsia

📋 copy color: '#DC42BB'

red 220 ◦ green 66 ◦ blue 187

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

Shades of Fuchsia #DC42BB

Tints of Fuchsia #DC42BB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.95%

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

R = 46.51%
G = 13.95%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC42BB (or 0xDC42BB) is known color: Fuchsia. HEX triplet: DC, 42 and BB. RGB value is (220,66,187). Sum of RGB (Red+Green+Blue) = 220+66+187=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 66 (26.17% from 255 or 13.95% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC42BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC42BB is #23BD44. Grayscale: #7D7D7D. Windows color (decimal): -2342213 or 12272348. OLE color: 12272348.

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

Color convert

RGB 220 66 187 -
CMYK 0 0.7 0.15 0.14
HSL 312.86º 0.69% 0.56% -
HSV(B) 312.86º 0.7% 0.86% -
XYZ 40.43 22.7 49.26 -
YUV 125.84 162.52 195.16 -
System Red Green Blue C M Y K H S L
Decimal 220 66 187 0 0.7 0.15 0.14 312.86 0.69 0.56
Hex DC 42 BB 0 46 F E 139 45 38
Octal 334 102 273 0 106 17 16 471 105 70
Binary 11011100 1000010 10111011 0 1000110 1111 1110 100111001 1000101 111000

Color Harmonies of #DC42BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC42BB

Black with #DC42BB

Text Example


Text Example

White with #DC42BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC42BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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