Html Css Color HEX #DA40C1 Fuchsia

📋 copy color: '#DA40C1'

red 218 ◦ green 64 ◦ blue 193

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

Shades of Fuchsia #DA40C1

Tints of Fuchsia #DA40C1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.47%

 BLUE value IS 193 (75.78% from 255) = 40.63%

R = 45.89%
G = 13.47%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DA40C1 (or 0xDA40C1) is known color: Fuchsia. HEX triplet: DA, 40 and C1. RGB value is (218,64,193). Sum of RGB (Red+Green+Blue) = 218+64+193=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 64 (25.39% from 255 or 13.47% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA40C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA40C1 is #25BF3E. Grayscale: #7C7C7C. Windows color (decimal): -2473791 or 12665050. OLE color: 12665050.

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

Color convert

RGB 218 64 193 -
CMYK 0 0.71 0.11 0.15
HSL 309.74º 0.68% 0.55% -
HSV(B) 309.74º 0.71% 0.85% -
XYZ 40.37 22.42 52.65 -
YUV 124.75 166.52 194.51 -
System Red Green Blue C M Y K H S L
Decimal 218 64 193 0 0.71 0.11 0.15 309.74 0.68 0.55
Hex DA 40 C1 0 47 B F 136 44 37
Octal 332 100 301 0 107 13 17 466 104 67
Binary 11011010 1000000 11000001 0 1000111 1011 1111 100110110 1000100 110111

Color Harmonies of #DA40C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA40C1

Black with #DA40C1

Text Example


Text Example

White with #DA40C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA40C1; }

 p { color: rgb(218,64,193); }

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

background-color css

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

 a { background-color: rgb(218,64,193); }

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

border-color css

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

 span { border-color: rgb(218,64,193); }

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