Html Css Color HEX #D133B0 Fuchsia

📋 copy color: '#D133B0'

red 209 ◦ green 51 ◦ blue 176

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

Shades of Fuchsia #D133B0

Tints of Fuchsia #D133B0

RGB

 RED value IS 209 (82.03% from 255) = 47.94%

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

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

R = 47.94%
G = 11.7%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D133B0 (or 0xD133B0) is known color: Fuchsia. HEX triplet: D1, 33 and B0. RGB value is (209,51,176). Sum of RGB (Red+Green+Blue) = 209+51+176=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 51 (20.31% from 255 or 11.70% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D133B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D133B0 is #2ECC4F. Grayscale: #707070. Windows color (decimal): -3066960 or 11547601. OLE color: 11547601.

HSL color Cylindrical-coordinate representation of color #D133B0: hue angle of 312.53º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D133B0 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 51 176 -
CMYK 0 0.76 0.16 0.18
HSL 312.53º 0.63% 0.51% -
HSV(B) 312.53º 0.76% 0.82% -
XYZ 35.31 19.06 42.89 -
YUV 112.49 163.85 196.84 -
System Red Green Blue C M Y K H S L
Decimal 209 51 176 0 0.76 0.16 0.18 312.53 0.63 0.51
Hex D1 33 B0 0 4C 10 12 139 3F 33
Octal 321 63 260 0 114 20 22 471 77 63
Binary 11010001 110011 10110000 0 1001100 10000 10010 100111001 111111 110011

Color Harmonies of #D133B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D133B0

Black with #D133B0

Text Example


Text Example

White with #D133B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D133B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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