Html Css Color HEX #D033B1 Fuchsia

📋 copy color: '#D033B1'

red 208 ◦ green 51 ◦ blue 177

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

Shades of Fuchsia #D033B1

Tints of Fuchsia #D033B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.6%

R = 47.71%
G = 11.7%
B = 40.6%

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

#D033B1 (or 0xD033B1) is known color: Fuchsia. HEX triplet: D0, 33 and B1. RGB value is (208,51,177). Sum of RGB (Red+Green+Blue) = 208+51+177=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 51 (20.31% from 255 or 11.70% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D033B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D033B1 is #2FCC4E. Grayscale: #6F6F6F. Windows color (decimal): -3132495 or 11613136. OLE color: 11613136.

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

Color convert

RGB 208 51 177 -
CMYK 0 0.75 0.15 0.18
HSL 311.85º 0.63% 0.51% -
HSV(B) 311.85º 0.75% 0.82% -
XYZ 35.13 18.95 43.4 -
YUV 112.31 164.51 196.25 -
System Red Green Blue C M Y K H S L
Decimal 208 51 177 0 0.75 0.15 0.18 311.85 0.63 0.51
Hex D0 33 B1 0 4B F 12 138 3F 33
Octal 320 63 261 0 113 17 22 470 77 63
Binary 11010000 110011 10110001 0 1001011 1111 10010 100111000 111111 110011

Color Harmonies of #D033B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D033B1

Black with #D033B1

Text Example


Text Example

White with #D033B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D033B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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