Html Css Color HEX #D033B0 Fuchsia

📋 copy color: '#D033B0'

red 208 ◦ green 51 ◦ blue 176

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

Shades of Fuchsia #D033B0

Tints of Fuchsia #D033B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.46%

R = 47.82%
G = 11.72%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D033B0 (or 0xD033B0) is known color: Fuchsia. HEX triplet: D0, 33 and B0. RGB value is (208,51,176). Sum of RGB (Red+Green+Blue) = 208+51+176=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 51 (20.31% from 255 or 11.72% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D033B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D033B0 is #2FCC4F. Grayscale: #6F6F6F. Windows color (decimal): -3132496 or 11547600. OLE color: 11547600.

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

Color convert

RGB 208 51 176 -
CMYK 0 0.75 0.15 0.18
HSL 312.23º 0.63% 0.51% -
HSV(B) 312.23º 0.75% 0.82% -
XYZ 35.03 18.91 42.88 -
YUV 112.19 164.01 196.34 -
System Red Green Blue C M Y K H S L
Decimal 208 51 176 0 0.75 0.15 0.18 312.23 0.63 0.51
Hex D0 33 B0 0 4B F 12 138 3F 33
Octal 320 63 260 0 113 17 22 470 77 63
Binary 11010000 110011 10110000 0 1001011 1111 10010 100111000 111111 110011

Color Harmonies of #D033B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D033B0

Black with #D033B0

Text Example


Text Example

White with #D033B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D033B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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