Html Css Color HEX #DA3CC0 Fuchsia

📋 copy color: '#DA3CC0'

red 218 ◦ green 60 ◦ blue 192

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

Shades of Fuchsia #DA3CC0

Tints of Fuchsia #DA3CC0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.77%

 BLUE value IS 192 (75.39% from 255) = 40.85%

R = 46.38%
G = 12.77%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DA3CC0 (or 0xDA3CC0) is known color: Fuchsia. HEX triplet: DA, 3C and C0. RGB value is (218,60,192). Sum of RGB (Red+Green+Blue) = 218+60+192=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 60 (23.83% from 255 or 12.77% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3CC0 is #25C33F. Grayscale: #797979. Windows color (decimal): -2474816 or 12598490. OLE color: 12598490.

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

Color convert

RGB 218 60 192 -
CMYK 0 0.72 0.12 0.15
HSL 309.87º 0.68% 0.55% -
HSV(B) 309.87º 0.72% 0.85% -
XYZ 40.04 21.94 51.99 -
YUV 122.29 167.35 196.27 -
System Red Green Blue C M Y K H S L
Decimal 218 60 192 0 0.72 0.12 0.15 309.87 0.68 0.55
Hex DA 3C C0 0 48 C F 136 44 37
Octal 332 74 300 0 110 14 17 466 104 67
Binary 11011010 111100 11000000 0 1001000 1100 1111 100110110 1000100 110111

Color Harmonies of #DA3CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3CC0

Black with #DA3CC0

Text Example


Text Example

White with #DA3CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3CC0; }

 p { color: rgb(218,60,192); }

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

background-color css

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

 a { background-color: rgb(218,60,192); }

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

border-color css

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

 span { border-color: rgb(218,60,192); }

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