Html Css Color HEX #D033B7 Fuchsia

📋 copy color: '#D033B7'

red 208 ◦ green 51 ◦ blue 183

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

Shades of Fuchsia #D033B7

Tints of Fuchsia #D033B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.4%

R = 47.06%
G = 11.54%
B = 41.4%

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

#D033B7 (or 0xD033B7) is known color: Fuchsia. HEX triplet: D0, 33 and B7. RGB value is (208,51,183). Sum of RGB (Red+Green+Blue) = 208+51+183=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D033B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D033B7 is #2FCC48. Grayscale: #707070. Windows color (decimal): -3132489 or 12006352. OLE color: 12006352.

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

Color convert

RGB 208 51 183 -
CMYK 0 0.75 0.12 0.18
HSL 309.55º 0.63% 0.51% -
HSV(B) 309.55º 0.75% 0.82% -
XYZ 35.74 19.2 46.62 -
YUV 112.99 167.51 195.77 -
System Red Green Blue C M Y K H S L
Decimal 208 51 183 0 0.75 0.12 0.18 309.55 0.63 0.51
Hex D0 33 B7 0 4B C 12 136 3F 33
Octal 320 63 267 0 113 14 22 466 77 63
Binary 11010000 110011 10110111 0 1001011 1100 10010 100110110 111111 110011

Color Harmonies of #D033B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D033B7

Black with #D033B7

Text Example


Text Example

White with #D033B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D033B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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