Html Css Color HEX #D331C7 Fuchsia

📋 copy color: '#D331C7'

red 211 ◦ green 49 ◦ blue 199

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

Shades of Fuchsia #D331C7

Tints of Fuchsia #D331C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.36%

R = 45.97%
G = 10.68%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#D331C7 (or 0xD331C7) is known color: Fuchsia. HEX triplet: D3, 31 and C7. RGB value is (211,49,199). Sum of RGB (Red+Green+Blue) = 211+49+199=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 199 (78.12% from 255 or 43.36% from 459); Max value from RGB is 211 - color contains mainly: red. Hex color #D331C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D331C7 is #2CCE38. Grayscale: #727272. Windows color (decimal): -2936377 or 13054419. OLE color: 13054419.

HSL color Cylindrical-coordinate representation of color #D331C7: hue angle of 304.44º 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 #D331C7 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 49 199 -
CMYK 0 0.77 0.06 0.17
HSL 304.44º 0.65% 0.51% -
HSV(B) 304.44º 0.77% 0.83% -
XYZ 38.27 20.17 55.91 -
YUV 114.54 175.67 196.8 -
System Red Green Blue C M Y K H S L
Decimal 211 49 199 0 0.77 0.06 0.17 304.44 0.65 0.51
Hex D3 31 C7 0 4D 6 11 130 41 33
Octal 323 61 307 0 115 6 21 460 101 63
Binary 11010011 110001 11000111 0 1001101 110 10001 100110000 1000001 110011

Color Harmonies of #D331C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D331C7

Black with #D331C7

Text Example


Text Example

White with #D331C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D331C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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