Html Css Color HEX #DA3CC2 Fuchsia

📋 copy color: '#DA3CC2'

red 218 ◦ green 60 ◦ blue 194

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

Shades of Fuchsia #DA3CC2

Tints of Fuchsia #DA3CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.1%

R = 46.19%
G = 12.71%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DA3CC2 (or 0xDA3CC2) is known color: Fuchsia. HEX triplet: DA, 3C and C2. RGB value is (218,60,194). Sum of RGB (Red+Green+Blue) = 218+60+194=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 60 (23.83% from 255 or 12.71% from 472); Blue value is 194 (76.17% from 255 or 41.10% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3CC2 is #25C33D. Grayscale: #7A7A7A. Windows color (decimal): -2474814 or 12729562. OLE color: 12729562.

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

Color convert

RGB 218 60 194 -
CMYK 0 0.72 0.11 0.15
HSL 309.11º 0.68% 0.55% -
HSV(B) 309.11º 0.72% 0.85% -
XYZ 40.27 22.03 53.17 -
YUV 122.52 168.35 196.1 -
System Red Green Blue C M Y K H S L
Decimal 218 60 194 0 0.72 0.11 0.15 309.11 0.68 0.55
Hex DA 3C C2 0 48 B F 135 44 37
Octal 332 74 302 0 110 13 17 465 104 67
Binary 11011010 111100 11000010 0 1001000 1011 1111 100110101 1000100 110111

Color Harmonies of #DA3CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3CC2

Black with #DA3CC2

Text Example


Text Example

White with #DA3CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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