Html Css Color HEX #D041C7 Fuchsia

📋 copy color: '#D041C7'

red 208 ◦ green 65 ◦ blue 199

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

Shades of Fuchsia #D041C7

Tints of Fuchsia #D041C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.16%

R = 44.07%
G = 13.77%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D041C7 (or 0xD041C7) is known color: Fuchsia. HEX triplet: D0, 41 and C7. RGB value is (208,65,199). Sum of RGB (Red+Green+Blue) = 208+65+199=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D041C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D041C7 is #2FBE38. Grayscale: #7A7A7A. Windows color (decimal): -3128889 or 13058512. OLE color: 13058512.

HSL color Cylindrical-coordinate representation of color #D041C7: hue angle of 303.78º 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 #D041C7 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 65 199 -
CMYK 0 0.69 0.04 0.18
HSL 303.78º 0.6% 0.54% -
HSV(B) 303.78º 0.69% 0.82% -
XYZ 38.21 21.31 56.13 -
YUV 123.03 170.88 188.6 -
System Red Green Blue C M Y K H S L
Decimal 208 65 199 0 0.69 0.04 0.18 303.78 0.6 0.54
Hex D0 41 C7 0 45 4 12 130 3C 36
Octal 320 101 307 0 105 4 22 460 74 66
Binary 11010000 1000001 11000111 0 1000101 100 10010 100110000 111100 110110

Color Harmonies of #D041C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D041C7

Black with #D041C7

Text Example


Text Example

White with #D041C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D041C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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