Html Css Color HEX #DC4CBB Fuchsia

📋 copy color: '#DC4CBB'

red 220 ◦ green 76 ◦ blue 187

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

Shades of Fuchsia #DC4CBB

Tints of Fuchsia #DC4CBB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.73%

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

R = 45.55%
G = 15.73%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC4CBB (or 0xDC4CBB) is known color: Fuchsia. HEX triplet: DC, 4C and BB. RGB value is (220,76,187). Sum of RGB (Red+Green+Blue) = 220+76+187=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 76 (30.08% from 255 or 15.73% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC4CBB is #23B344. Grayscale: #838383. Windows color (decimal): -2339653 or 12274908. OLE color: 12274908.

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

Color convert

RGB 220 76 187 -
CMYK 0 0.65 0.15 0.14
HSL 313.75º 0.67% 0.58% -
HSV(B) 313.75º 0.65% 0.86% -
XYZ 41.07 23.97 49.48 -
YUV 131.71 159.21 190.97 -
System Red Green Blue C M Y K H S L
Decimal 220 76 187 0 0.65 0.15 0.14 313.75 0.67 0.58
Hex DC 4C BB 0 41 F E 13A 43 3A
Octal 334 114 273 0 101 17 16 472 103 72
Binary 11011100 1001100 10111011 0 1000001 1111 1110 100111010 1000011 111010

Color Harmonies of #DC4CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4CBB

Black with #DC4CBB

Text Example


Text Example

White with #DC4CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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