Html Css Color HEX #DA3BC7 Fuchsia

📋 copy color: '#DA3BC7'

red 218 ◦ green 59 ◦ blue 199

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

Shades of Fuchsia #DA3BC7

Tints of Fuchsia #DA3BC7

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.39%

 BLUE value IS 199 (78.13% from 255) = 41.81%

R = 45.8%
G = 12.39%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DA3BC7 (or 0xDA3BC7) is known color: Fuchsia. HEX triplet: DA, 3B and C7. RGB value is (218,59,199). Sum of RGB (Red+Green+Blue) = 218+59+199=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 59 (23.44% from 255 or 12.39% from 476); Blue value is 199 (78.12% from 255 or 41.81% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3BC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3BC7 is #25C438. Grayscale: #7A7A7A. Windows color (decimal): -2475065 or 13056986. OLE color: 13056986.

HSL color Cylindrical-coordinate representation of color #DA3BC7: hue angle of 307.17º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA3BC7 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 59 199 -
CMYK 0 0.73 0.09 0.15
HSL 307.17º 0.68% 0.54% -
HSV(B) 307.17º 0.73% 0.85% -
XYZ 40.79 22.16 56.16 -
YUV 122.5 171.18 196.12 -
System Red Green Blue C M Y K H S L
Decimal 218 59 199 0 0.73 0.09 0.15 307.17 0.68 0.54
Hex DA 3B C7 0 49 9 F 133 44 36
Octal 332 73 307 0 111 11 17 463 104 66
Binary 11011010 111011 11000111 0 1001001 1001 1111 100110011 1000100 110110

Color Harmonies of #DA3BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3BC7

Black with #DA3BC7

Text Example


Text Example

White with #DA3BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3BC7; }

 p { color: rgb(218,59,199); }

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

background-color css

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

 a { background-color: rgb(218,59,199); }

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

border-color css

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

 span { border-color: rgb(218,59,199); }

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