Html Css Color HEX #D032B0 Fuchsia

📋 copy color: '#D032B0'

red 208 ◦ green 50 ◦ blue 176

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

Shades of Fuchsia #D032B0

Tints of Fuchsia #D032B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.55%

R = 47.93%
G = 11.52%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D032B0 (or 0xD032B0) is known color: Fuchsia. HEX triplet: D0, 32 and B0. RGB value is (208,50,176). Sum of RGB (Red+Green+Blue) = 208+50+176=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D032B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D032B0 is #2FCD4F. Grayscale: #6F6F6F. Windows color (decimal): -3132752 or 11547344. OLE color: 11547344.

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

Color convert

RGB 208 50 176 -
CMYK 0 0.76 0.15 0.18
HSL 312.15º 0.63% 0.51% -
HSV(B) 312.15º 0.76% 0.82% -
XYZ 34.99 18.83 42.86 -
YUV 111.61 164.35 196.75 -
System Red Green Blue C M Y K H S L
Decimal 208 50 176 0 0.76 0.15 0.18 312.15 0.63 0.51
Hex D0 32 B0 0 4C F 12 138 3F 33
Octal 320 62 260 0 114 17 22 470 77 63
Binary 11010000 110010 10110000 0 1001100 1111 10010 100111000 111111 110011

Color Harmonies of #D032B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D032B0

Black with #D032B0

Text Example


Text Example

White with #D032B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D032B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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