Html Css Color HEX #D032BB Fuchsia

📋 copy color: '#D032BB'

red 208 ◦ green 50 ◦ blue 187

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

Shades of Fuchsia #D032BB

Tints of Fuchsia #D032BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.02%

R = 46.74%
G = 11.24%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D032BB (or 0xD032BB) is known color: Fuchsia. HEX triplet: D0, 32 and BB. RGB value is (208,50,187). Sum of RGB (Red+Green+Blue) = 208+50+187=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 50 (19.92% from 255 or 11.24% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D032BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D032BB is #2FCD44. Grayscale: #707070. Windows color (decimal): -3132741 or 12268240. OLE color: 12268240.

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

Color convert

RGB 208 50 187 -
CMYK 0 0.76 0.10 0.18
HSL 307.97º 0.63% 0.51% -
HSV(B) 307.97º 0.76% 0.82% -
XYZ 36.12 19.28 48.83 -
YUV 112.86 169.85 195.86 -
System Red Green Blue C M Y K H S L
Decimal 208 50 187 0 0.76 0.10 0.18 307.97 0.63 0.51
Hex D0 32 BB 0 4C A 12 134 3F 33
Octal 320 62 273 0 114 12 22 464 77 63
Binary 11010000 110010 10111011 0 1001100 1010 10010 100110100 111111 110011

Color Harmonies of #D032BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D032BB

Black with #D032BB

Text Example


Text Example

White with #D032BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D032BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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