Html Css Color HEX #D041C2 Fuchsia

📋 copy color: '#D041C2'

red 208 ◦ green 65 ◦ blue 194

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

Shades of Fuchsia #D041C2

Tints of Fuchsia #D041C2

RGB

 RED value IS 208 (81.64% from 255) = 44.54%

 GREEN value IS 65 (25.78% from 255) = 13.92%

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

R = 44.54%
G = 13.92%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D041C2 (or 0xD041C2) is known color: Fuchsia. HEX triplet: D0, 41 and C2. RGB value is (208,65,194). Sum of RGB (Red+Green+Blue) = 208+65+194=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D041C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D041C2 is #2FBE3D. Grayscale: #7A7A7A. Windows color (decimal): -3128894 or 12730832. OLE color: 12730832.

HSL color Cylindrical-coordinate representation of color #D041C2: hue angle of 305.87º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D041C2 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 65 194 -
CMYK 0 0.69 0.07 0.18
HSL 305.87º 0.6% 0.54% -
HSV(B) 305.87º 0.69% 0.82% -
XYZ 37.64 21.09 53.12 -
YUV 122.46 168.38 189.01 -
System Red Green Blue C M Y K H S L
Decimal 208 65 194 0 0.69 0.07 0.18 305.87 0.6 0.54
Hex D0 41 C2 0 45 7 12 132 3C 36
Octal 320 101 302 0 105 7 22 462 74 66
Binary 11010000 1000001 11000010 0 1000101 111 10010 100110010 111100 110110

Color Harmonies of #D041C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D041C2

Black with #D041C2

Text Example


Text Example

White with #D041C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D041C2; }

 p { color: rgb(208,65,194); }

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

background-color css

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

 a { background-color: rgb(208,65,194); }

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

border-color css

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

 span { border-color: rgb(208,65,194); }

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