Html Css Color HEX #D033B9 Fuchsia

📋 copy color: '#D033B9'

red 208 ◦ green 51 ◦ blue 185

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

Shades of Fuchsia #D033B9

Tints of Fuchsia #D033B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.67%

R = 46.85%
G = 11.49%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D033B9 (or 0xD033B9) is known color: Fuchsia. HEX triplet: D0, 33 and B9. RGB value is (208,51,185). Sum of RGB (Red+Green+Blue) = 208+51+185=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 51 (20.31% from 255 or 11.49% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D033B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D033B9 is #2FCC46. Grayscale: #707070. Windows color (decimal): -3132487 or 12137424. OLE color: 12137424.

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

Color convert

RGB 208 51 185 -
CMYK 0 0.75 0.11 0.18
HSL 308.79º 0.63% 0.51% -
HSV(B) 308.79º 0.75% 0.82% -
XYZ 35.95 19.28 47.73 -
YUV 113.22 168.51 195.6 -
System Red Green Blue C M Y K H S L
Decimal 208 51 185 0 0.75 0.11 0.18 308.79 0.63 0.51
Hex D0 33 B9 0 4B B 12 135 3F 33
Octal 320 63 271 0 113 13 22 465 77 63
Binary 11010000 110011 10111001 0 1001011 1011 10010 100110101 111111 110011

Color Harmonies of #D033B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D033B9

Black with #D033B9

Text Example


Text Example

White with #D033B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D033B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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