Html Css Color HEX #D133B9 Fuchsia

📋 copy color: '#D133B9'

red 209 ◦ green 51 ◦ blue 185

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

Shades of Fuchsia #D133B9

Tints of Fuchsia #D133B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.57%

R = 46.97%
G = 11.46%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D133B9 (or 0xD133B9) is known color: Fuchsia. HEX triplet: D1, 33 and B9. RGB value is (209,51,185). Sum of RGB (Red+Green+Blue) = 209+51+185=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 51 (20.31% from 255 or 11.46% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D133B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D133B9 is #2ECC46. Grayscale: #717171. Windows color (decimal): -3066951 or 12137425. OLE color: 12137425.

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

Color convert

RGB 209 51 185 -
CMYK 0 0.76 0.11 0.18
HSL 309.11º 0.63% 0.51% -
HSV(B) 309.11º 0.76% 0.82% -
XYZ 36.24 19.43 47.74 -
YUV 113.52 168.35 196.1 -
System Red Green Blue C M Y K H S L
Decimal 209 51 185 0 0.76 0.11 0.18 309.11 0.63 0.51
Hex D1 33 B9 0 4C B 12 135 3F 33
Octal 321 63 271 0 114 13 22 465 77 63
Binary 11010001 110011 10111001 0 1001100 1011 10010 100110101 111111 110011

Color Harmonies of #D133B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D133B9

Black with #D133B9

Text Example


Text Example

White with #D133B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D133B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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