Html Css Color HEX #D041BC Fuchsia

📋 copy color: '#D041BC'

red 208 ◦ green 65 ◦ blue 188

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

Shades of Fuchsia #D041BC

Tints of Fuchsia #D041BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.78%

R = 45.12%
G = 14.1%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D041BC (or 0xD041BC) is known color: Fuchsia. HEX triplet: D0, 41 and BC. RGB value is (208,65,188). Sum of RGB (Red+Green+Blue) = 208+65+188=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 65 (25.78% from 255 or 14.10% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D041BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D041BC is #2FBE43. Grayscale: #797979. Windows color (decimal): -3128900 or 12337616. OLE color: 12337616.

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

Color convert

RGB 208 65 188 -
CMYK 0 0.69 0.10 0.18
HSL 308.39º 0.6% 0.54% -
HSV(B) 308.39º 0.69% 0.82% -
XYZ 36.98 20.82 49.65 -
YUV 121.78 165.38 189.5 -
System Red Green Blue C M Y K H S L
Decimal 208 65 188 0 0.69 0.10 0.18 308.39 0.6 0.54
Hex D0 41 BC 0 45 A 12 134 3C 36
Octal 320 101 274 0 105 12 22 464 74 66
Binary 11010000 1000001 10111100 0 1000101 1010 10010 100110100 111100 110110

Color Harmonies of #D041BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D041BC

Black with #D041BC

Text Example


Text Example

White with #D041BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D041BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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