Html Css Color HEX #D033BB Fuchsia

📋 copy color: '#D033BB'

red 208 ◦ green 51 ◦ blue 187

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

Shades of Fuchsia #D033BB

Tints of Fuchsia #D033BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.93%

R = 46.64%
G = 11.43%
B = 41.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D033BB (or 0xD033BB) is known color: Fuchsia. HEX triplet: D0, 33 and BB. RGB value is (208,51,187). Sum of RGB (Red+Green+Blue) = 208+51+187=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 51 (20.31% from 255 or 11.43% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D033BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D033BB is #2FCC44. Grayscale: #717171. Windows color (decimal): -3132485 or 12268496. OLE color: 12268496.

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

Color convert

RGB 208 51 187 -
CMYK 0 0.75 0.10 0.18
HSL 308.03º 0.63% 0.51% -
HSV(B) 308.03º 0.75% 0.82% -
XYZ 36.17 19.37 48.85 -
YUV 113.45 169.51 195.44 -
System Red Green Blue C M Y K H S L
Decimal 208 51 187 0 0.75 0.10 0.18 308.03 0.63 0.51
Hex D0 33 BB 0 4B A 12 134 3F 33
Octal 320 63 273 0 113 12 22 464 77 63
Binary 11010000 110011 10111011 0 1001011 1010 10010 100110100 111111 110011

Color Harmonies of #D033BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D033BB

Black with #D033BB

Text Example


Text Example

White with #D033BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D033BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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