Html Css Color HEX #DA4CB7 Fuchsia

📋 copy color: '#DA4CB7'

red 218 ◦ green 76 ◦ blue 183

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

Shades of Fuchsia #DA4CB7

Tints of Fuchsia #DA4CB7

RGB

 RED value IS 218 (85.55% from 255) = 45.7%

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

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

R = 45.7%
G = 15.93%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#DA4CB7 (or 0xDA4CB7) is known color: Fuchsia. HEX triplet: DA, 4C and B7. RGB value is (218,76,183). Sum of RGB (Red+Green+Blue) = 218+76+183=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 183 (71.88% from 255 or 38.36% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4CB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA4CB7 is #25B348. Grayscale: #828282. Windows color (decimal): -2470729 or 12012762. OLE color: 12012762.

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

Color convert

RGB 218 76 183 -
CMYK 0 0.65 0.16 0.15
HSL 314.79º 0.66% 0.58% -
HSV(B) 314.79º 0.65% 0.85% -
XYZ 40.05 23.49 47.22 -
YUV 130.66 157.54 190.3 -
System Red Green Blue C M Y K H S L
Decimal 218 76 183 0 0.65 0.16 0.15 314.79 0.66 0.58
Hex DA 4C B7 0 41 10 F 13B 42 3A
Octal 332 114 267 0 101 20 17 473 102 72
Binary 11011010 1001100 10110111 0 1000001 10000 1111 100111011 1000010 111010

Color Harmonies of #DA4CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4CB7

Black with #DA4CB7

Text Example


Text Example

White with #DA4CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4CB7; }

 p { color: rgb(218,76,183); }

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

background-color css

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

 a { background-color: rgb(218,76,183); }

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

border-color css

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

 span { border-color: rgb(218,76,183); }

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