Html Css Color HEX #D032B4 Fuchsia

📋 copy color: '#D032B4'

red 208 ◦ green 50 ◦ blue 180

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

Shades of Fuchsia #D032B4

Tints of Fuchsia #D032B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.1%

R = 47.49%
G = 11.42%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D032B4 (or 0xD032B4) is known color: Fuchsia. HEX triplet: D0, 32 and B4. RGB value is (208,50,180). Sum of RGB (Red+Green+Blue) = 208+50+180=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D032B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D032B4 is #2FCD4B. Grayscale: #6F6F6F. Windows color (decimal): -3132748 or 11809488. OLE color: 11809488.

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

Color convert

RGB 208 50 180 -
CMYK 0 0.76 0.13 0.18
HSL 310.63º 0.63% 0.51% -
HSV(B) 310.63º 0.76% 0.82% -
XYZ 35.39 18.99 44.98 -
YUV 112.06 166.35 196.43 -
System Red Green Blue C M Y K H S L
Decimal 208 50 180 0 0.76 0.13 0.18 310.63 0.63 0.51
Hex D0 32 B4 0 4C D 12 137 3F 33
Octal 320 62 264 0 114 15 22 467 77 63
Binary 11010000 110010 10110100 0 1001100 1101 10010 100110111 111111 110011

Color Harmonies of #D032B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D032B4

Black with #D032B4

Text Example


Text Example

White with #D032B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D032B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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