Html Css Color HEX #D033B8 Fuchsia

📋 copy color: '#D033B8'

red 208 ◦ green 51 ◦ blue 184

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

Shades of Fuchsia #D033B8

Tints of Fuchsia #D033B8

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.51%

 BLUE value IS 184 (72.27% from 255) = 41.53%

R = 46.95%
G = 11.51%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D033B8 (or 0xD033B8) is known color: Fuchsia. HEX triplet: D0, 33 and B8. RGB value is (208,51,184). Sum of RGB (Red+Green+Blue) = 208+51+184=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 51 (20.31% from 255 or 11.51% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D033B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D033B8 is #2FCC47. Grayscale: #707070. Windows color (decimal): -3132488 or 12071888. OLE color: 12071888.

HSL color Cylindrical-coordinate representation of color #D033B8: hue angle of 309.17º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D033B8 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 51 184 -
CMYK 0 0.75 0.12 0.18
HSL 309.17º 0.63% 0.51% -
HSV(B) 309.17º 0.75% 0.82% -
XYZ 35.85 19.24 47.17 -
YUV 113.11 168.01 195.69 -
System Red Green Blue C M Y K H S L
Decimal 208 51 184 0 0.75 0.12 0.18 309.17 0.63 0.51
Hex D0 33 B8 0 4B C 12 135 3F 33
Octal 320 63 270 0 113 14 22 465 77 63
Binary 11010000 110011 10111000 0 1001011 1100 10010 100110101 111111 110011

Color Harmonies of #D033B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D033B8

Black with #D033B8

Text Example


Text Example

White with #D033B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D033B8; }

 p { color: rgb(208,51,184); }

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

background-color css

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

 a { background-color: rgb(208,51,184); }

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

border-color css

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

 span { border-color: rgb(208,51,184); }

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