Html Css Color HEX #D331C9 Fuchsia

📋 copy color: '#D331C9'

red 211 ◦ green 49 ◦ blue 201

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

Shades of Fuchsia #D331C9

Tints of Fuchsia #D331C9

RGB

 RED value IS 211 (82.81% from 255) = 45.77%

 GREEN value IS 49 (19.53% from 255) = 10.63%

 BLUE value IS 201 (78.91% from 255) = 43.6%

R = 45.77%
G = 10.63%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D331C9 (or 0xD331C9) is known color: Fuchsia. HEX triplet: D3, 31 and C9. RGB value is (211,49,201). Sum of RGB (Red+Green+Blue) = 211+49+201=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 49 (19.53% from 255 or 10.63% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 211 - color contains mainly: red. Hex color #D331C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D331C9 is #2CCE36. Grayscale: #727272. Windows color (decimal): -2936375 or 13185491. OLE color: 13185491.

HSL color Cylindrical-coordinate representation of color #D331C9: hue angle of 303.7º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D331C9 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 49 201 -
CMYK 0 0.77 0.05 0.17
HSL 303.7º 0.65% 0.51% -
HSV(B) 303.7º 0.77% 0.83% -
XYZ 38.5 20.26 57.14 -
YUV 114.77 176.67 196.64 -
System Red Green Blue C M Y K H S L
Decimal 211 49 201 0 0.77 0.05 0.17 303.7 0.65 0.51
Hex D3 31 C9 0 4D 5 11 130 41 33
Octal 323 61 311 0 115 5 21 460 101 63
Binary 11010011 110001 11001001 0 1001101 101 10001 100110000 1000001 110011

Color Harmonies of #D331C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D331C9

Black with #D331C9

Text Example


Text Example

White with #D331C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D331C9; }

 p { color: rgb(211,49,201); }

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

background-color css

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

 a { background-color: rgb(211,49,201); }

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

border-color css

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

 span { border-color: rgb(211,49,201); }

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