Html Css Color HEX #D133CF Fuchsia

📋 copy color: '#D133CF'

red 209 ◦ green 51 ◦ blue 207

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

Shades of Fuchsia #D133CF

Tints of Fuchsia #D133CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.33%

R = 44.75%
G = 10.92%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D133CF (or 0xD133CF) is known color: Fuchsia. HEX triplet: D1, 33 and CF. RGB value is (209,51,207). Sum of RGB (Red+Green+Blue) = 209+51+207=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 51 (20.31% from 255 or 10.92% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D133CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D133CF is #2ECC30. Grayscale: #737373. Windows color (decimal): -3066929 or 13579217. OLE color: 13579217.

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

Color convert

RGB 209 51 207 -
CMYK 0 0.76 0.01 0.18
HSL 300.76º 0.63% 0.51% -
HSV(B) 300.76º 0.76% 0.82% -
XYZ 38.74 20.43 60.93 -
YUV 116.03 179.35 194.32 -
System Red Green Blue C M Y K H S L
Decimal 209 51 207 0 0.76 0.01 0.18 300.76 0.63 0.51
Hex D1 33 CF 0 4C 1 12 12D 3F 33
Octal 321 63 317 0 114 1 22 455 77 63
Binary 11010001 110011 11001111 0 1001100 1 10010 100101101 111111 110011

Color Harmonies of #D133CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D133CF

Black with #D133CF

Text Example


Text Example

White with #D133CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D133CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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