Html Css Color HEX #D041CC Fuchsia

📋 copy color: '#D041CC'

red 208 ◦ green 65 ◦ blue 204

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

Shades of Fuchsia #D041CC

Tints of Fuchsia #D041CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.77%

R = 43.61%
G = 13.63%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D041CC (or 0xD041CC) is known color: Fuchsia. HEX triplet: D0, 41 and CC. RGB value is (208,65,204). Sum of RGB (Red+Green+Blue) = 208+65+204=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 65 (25.78% from 255 or 13.63% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D041CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D041CC is #2FBE33. Grayscale: #7B7B7B. Windows color (decimal): -3128884 or 13386192. OLE color: 13386192.

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

Color convert

RGB 208 65 204 -
CMYK 0 0.69 0.02 0.18
HSL 301.68º 0.6% 0.54% -
HSV(B) 301.68º 0.69% 0.82% -
XYZ 38.8 21.55 59.24 -
YUV 123.6 173.38 188.2 -
System Red Green Blue C M Y K H S L
Decimal 208 65 204 0 0.69 0.02 0.18 301.68 0.6 0.54
Hex D0 41 CC 0 45 2 12 12E 3C 36
Octal 320 101 314 0 105 2 22 456 74 66
Binary 11010000 1000001 11001100 0 1000101 10 10010 100101110 111100 110110

Color Harmonies of #D041CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D041CC

Black with #D041CC

Text Example


Text Example

White with #D041CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D041CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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