Html Css Color HEX #D032AF Fuchsia

📋 copy color: '#D032AF'

red 208 ◦ green 50 ◦ blue 175

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

Shades of Fuchsia #D032AF

Tints of Fuchsia #D032AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.42%

R = 48.04%
G = 11.55%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D032AF (or 0xD032AF) is known color: Fuchsia. HEX triplet: D0, 32 and AF. RGB value is (208,50,175). Sum of RGB (Red+Green+Blue) = 208+50+175=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 50 (19.92% from 255 or 11.55% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D032AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D032AF is #2FCD50. Grayscale: #6F6F6F. Windows color (decimal): -3132753 or 11481808. OLE color: 11481808.

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

Color convert

RGB 208 50 175 -
CMYK 0 0.76 0.16 0.18
HSL 312.53º 0.63% 0.51% -
HSV(B) 312.53º 0.76% 0.82% -
XYZ 34.89 18.79 42.34 -
YUV 111.49 163.85 196.84 -
System Red Green Blue C M Y K H S L
Decimal 208 50 175 0 0.76 0.16 0.18 312.53 0.63 0.51
Hex D0 32 AF 0 4C 10 12 139 3F 33
Octal 320 62 257 0 114 20 22 471 77 63
Binary 11010000 110010 10101111 0 1001100 10000 10010 100111001 111111 110011

Color Harmonies of #D032AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D032AF

Black with #D032AF

Text Example


Text Example

White with #D032AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D032AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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