Html Css Color HEX #DA3CC6 Fuchsia

📋 copy color: '#DA3CC6'

red 218 ◦ green 60 ◦ blue 198

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

Shades of Fuchsia #DA3CC6

Tints of Fuchsia #DA3CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.6%

R = 45.8%
G = 12.61%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DA3CC6 (or 0xDA3CC6) is known color: Fuchsia. HEX triplet: DA, 3C and C6. RGB value is (218,60,198). Sum of RGB (Red+Green+Blue) = 218+60+198=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 60 (23.83% from 255 or 12.61% from 476); Blue value is 198 (77.73% from 255 or 41.60% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3CC6 is #25C339. Grayscale: #7A7A7A. Windows color (decimal): -2474810 or 12991706. OLE color: 12991706.

HSL color Cylindrical-coordinate representation of color #DA3CC6: hue angle of 307.59º 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 #DA3CC6 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 60 198 -
CMYK 0 0.72 0.09 0.15
HSL 307.59º 0.68% 0.55% -
HSV(B) 307.59º 0.72% 0.85% -
XYZ 40.72 22.21 55.57 -
YUV 122.97 170.35 195.78 -
System Red Green Blue C M Y K H S L
Decimal 218 60 198 0 0.72 0.09 0.15 307.59 0.68 0.55
Hex DA 3C C6 0 48 9 F 134 44 37
Octal 332 74 306 0 110 11 17 464 104 67
Binary 11011010 111100 11000110 0 1001000 1001 1111 100110100 1000100 110111

Color Harmonies of #DA3CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3CC6

Black with #DA3CC6

Text Example


Text Example

White with #DA3CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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