Html Css Color HEX #D037C1 Fuchsia

📋 copy color: '#D037C1'

red 208 ◦ green 55 ◦ blue 193

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

Shades of Fuchsia #D037C1

Tints of Fuchsia #D037C1

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.06%

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

R = 45.61%
G = 12.06%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D037C1 (or 0xD037C1) is known color: Fuchsia. HEX triplet: D0, 37 and C1. RGB value is (208,55,193). Sum of RGB (Red+Green+Blue) = 208+55+193=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 55 (21.88% from 255 or 12.06% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D037C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D037C1 is #2FC83E. Grayscale: #747474. Windows color (decimal): -3131455 or 12662736. OLE color: 12662736.

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

Color convert

RGB 208 55 193 -
CMYK 0 0.74 0.07 0.18
HSL 305.88º 0.62% 0.52% -
HSV(B) 305.88º 0.74% 0.82% -
XYZ 37 19.99 52.36 -
YUV 116.48 171.19 193.28 -
System Red Green Blue C M Y K H S L
Decimal 208 55 193 0 0.74 0.07 0.18 305.88 0.62 0.52
Hex D0 37 C1 0 4A 7 12 132 3E 34
Octal 320 67 301 0 112 7 22 462 76 64
Binary 11010000 110111 11000001 0 1001010 111 10010 100110010 111110 110100

Color Harmonies of #D037C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D037C1

Black with #D037C1

Text Example


Text Example

White with #D037C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D037C1; }

 p { color: rgb(208,55,193); }

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

background-color css

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

 a { background-color: rgb(208,55,193); }

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

border-color css

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

 span { border-color: rgb(208,55,193); }

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