Html Css Color HEX #DA42C2 Fuchsia

📋 copy color: '#DA42C2'

red 218 ◦ green 66 ◦ blue 194

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

Shades of Fuchsia #DA42C2

Tints of Fuchsia #DA42C2

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.81%

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

R = 45.61%
G = 13.81%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DA42C2 (or 0xDA42C2) is known color: Fuchsia. HEX triplet: DA, 42 and C2. RGB value is (218,66,194). Sum of RGB (Red+Green+Blue) = 218+66+194=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 66 (26.17% from 255 or 13.81% from 478); Blue value is 194 (76.17% from 255 or 40.59% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA42C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA42C2 is #25BD3D. Grayscale: #7D7D7D. Windows color (decimal): -2473278 or 12731098. OLE color: 12731098.

HSL color Cylindrical-coordinate representation of color #DA42C2: hue angle of 309.47º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA42C2 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 66 194 -
CMYK 0 0.70 0.11 0.15
HSL 309.47º 0.67% 0.56% -
HSV(B) 309.47º 0.7% 0.85% -
XYZ 40.6 22.7 53.28 -
YUV 126.04 166.36 193.59 -
System Red Green Blue C M Y K H S L
Decimal 218 66 194 0 0.70 0.11 0.15 309.47 0.67 0.56
Hex DA 42 C2 0 46 B F 135 43 38
Octal 332 102 302 0 106 13 17 465 103 70
Binary 11011010 1000010 11000010 0 1000110 1011 1111 100110101 1000011 111000

Color Harmonies of #DA42C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA42C2

Black with #DA42C2

Text Example


Text Example

White with #DA42C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA42C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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