Html Css Color HEX #D032B2 Fuchsia

📋 copy color: '#D032B2'

red 208 ◦ green 50 ◦ blue 178

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

Shades of Fuchsia #D032B2

Tints of Fuchsia #D032B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.83%

R = 47.71%
G = 11.47%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D032B2 (or 0xD032B2) is known color: Fuchsia. HEX triplet: D0, 32 and B2. RGB value is (208,50,178). Sum of RGB (Red+Green+Blue) = 208+50+178=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D032B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D032B2 is #2FCD4D. Grayscale: #6F6F6F. Windows color (decimal): -3132750 or 11678416. OLE color: 11678416.

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

Color convert

RGB 208 50 178 -
CMYK 0 0.76 0.14 0.18
HSL 311.39º 0.63% 0.51% -
HSV(B) 311.39º 0.76% 0.82% -
XYZ 35.19 18.91 43.91 -
YUV 111.83 165.35 196.59 -
System Red Green Blue C M Y K H S L
Decimal 208 50 178 0 0.76 0.14 0.18 311.39 0.63 0.51
Hex D0 32 B2 0 4C E 12 137 3F 33
Octal 320 62 262 0 114 16 22 467 77 63
Binary 11010000 110010 10110010 0 1001100 1110 10010 100110111 111111 110011

Color Harmonies of #D032B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D032B2

Black with #D032B2

Text Example


Text Example

White with #D032B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D032B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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