Html Css Color HEX #DC4BB7 Fuchsia

📋 copy color: '#DC4BB7'

red 220 ◦ green 75 ◦ blue 183

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

Shades of Fuchsia #DC4BB7

Tints of Fuchsia #DC4BB7

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.69%

 BLUE value IS 183 (71.88% from 255) = 38.28%

R = 46.03%
G = 15.69%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DC4BB7 (or 0xDC4BB7) is known color: Fuchsia. HEX triplet: DC, 4B and B7. RGB value is (220,75,183). Sum of RGB (Red+Green+Blue) = 220+75+183=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 75 (29.69% from 255 or 15.69% from 478); Blue value is 183 (71.88% from 255 or 38.28% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4BB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC4BB7 is #23B448. Grayscale: #828282. Windows color (decimal): -2339913 or 12012508. OLE color: 12012508.

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

Color convert

RGB 220 75 183 -
CMYK 0 0.66 0.17 0.14
HSL 315.31º 0.67% 0.58% -
HSV(B) 315.31º 0.66% 0.86% -
XYZ 40.58 23.67 47.23 -
YUV 130.67 157.54 191.72 -
System Red Green Blue C M Y K H S L
Decimal 220 75 183 0 0.66 0.17 0.14 315.31 0.67 0.58
Hex DC 4B B7 0 42 11 E 13B 43 3A
Octal 334 113 267 0 102 21 16 473 103 72
Binary 11011100 1001011 10110111 0 1000010 10001 1110 100111011 1000011 111010

Color Harmonies of #DC4BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4BB7

Black with #DC4BB7

Text Example


Text Example

White with #DC4BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4BB7; }

 p { color: rgb(220,75,183); }

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

background-color css

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

 a { background-color: rgb(220,75,183); }

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

border-color css

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

 span { border-color: rgb(220,75,183); }

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