Html Css Color HEX #D032C7 Fuchsia

📋 copy color: '#D032C7'

red 208 ◦ green 50 ◦ blue 199

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

Shades of Fuchsia #D032C7

Tints of Fuchsia #D032C7

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.94%

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

R = 45.51%
G = 10.94%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D032C7 (or 0xD032C7) is known color: Fuchsia. HEX triplet: D0, 32 and C7. RGB value is (208,50,199). Sum of RGB (Red+Green+Blue) = 208+50+199=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 50 (19.92% from 255 or 10.94% from 457); Blue value is 199 (78.12% from 255 or 43.54% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D032C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D032C7 is #2FCD38. Grayscale: #717171. Windows color (decimal): -3132729 or 13054672. OLE color: 13054672.

HSL color Cylindrical-coordinate representation of color #D032C7: hue angle of 303.42º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D032C7 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 50 199 -
CMYK 0 0.76 0.04 0.18
HSL 303.42º 0.63% 0.51% -
HSV(B) 303.42º 0.76% 0.82% -
XYZ 37.46 19.81 55.88 -
YUV 114.23 175.85 194.88 -
System Red Green Blue C M Y K H S L
Decimal 208 50 199 0 0.76 0.04 0.18 303.42 0.63 0.51
Hex D0 32 C7 0 4C 4 12 12F 3F 33
Octal 320 62 307 0 114 4 22 457 77 63
Binary 11010000 110010 11000111 0 1001100 100 10010 100101111 111111 110011

Color Harmonies of #D032C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D032C7

Black with #D032C7

Text Example


Text Example

White with #D032C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D032C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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