Html Css Color HEX #D133C8 Fuchsia

📋 copy color: '#D133C8'

red 209 ◦ green 51 ◦ blue 200

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

Shades of Fuchsia #D133C8

Tints of Fuchsia #D133C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.48%

R = 45.43%
G = 11.09%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D133C8 (or 0xD133C8) is known color: Fuchsia. HEX triplet: D1, 33 and C8. RGB value is (209,51,200). Sum of RGB (Red+Green+Blue) = 209+51+200=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 51 (20.31% from 255 or 11.09% from 460); Blue value is 200 (78.52% from 255 or 43.48% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D133C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D133C8 is #2ECC37. Grayscale: #727272. Windows color (decimal): -3066936 or 13120465. OLE color: 13120465.

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

Color convert

RGB 209 51 200 -
CMYK 0 0.76 0.04 0.18
HSL 303.42º 0.63% 0.51% -
HSV(B) 303.42º 0.76% 0.82% -
XYZ 37.9 20.09 56.52 -
YUV 115.23 175.85 194.88 -
System Red Green Blue C M Y K H S L
Decimal 209 51 200 0 0.76 0.04 0.18 303.42 0.63 0.51
Hex D1 33 C8 0 4C 4 12 12F 3F 33
Octal 321 63 310 0 114 4 22 457 77 63
Binary 11010001 110011 11001000 0 1001100 100 10010 100101111 111111 110011

Color Harmonies of #D133C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D133C8

Black with #D133C8

Text Example


Text Example

White with #D133C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D133C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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