Html Css Color HEX #D331CF Fuchsia

📋 copy color: '#D331CF'

red 211 ◦ green 49 ◦ blue 207

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

Shades of Fuchsia #D331CF

Tints of Fuchsia #D331CF

RGB

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

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

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

R = 45.18%
G = 10.49%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D331CF (or 0xD331CF) is known color: Fuchsia. HEX triplet: D3, 31 and CF. RGB value is (211,49,207). Sum of RGB (Red+Green+Blue) = 211+49+207=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 49 (19.53% from 255 or 10.49% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 211 - color contains mainly: red. Hex color #D331CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D331CF is #2CCE30. Grayscale: #727272. Windows color (decimal): -2936369 or 13578707. OLE color: 13578707.

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

Color convert

RGB 211 49 207 -
CMYK 0 0.77 0.02 0.17
HSL 301.48º 0.65% 0.51% -
HSV(B) 301.48º 0.77% 0.83% -
XYZ 39.22 20.55 60.93 -
YUV 115.45 179.67 196.15 -
System Red Green Blue C M Y K H S L
Decimal 211 49 207 0 0.77 0.02 0.17 301.48 0.65 0.51
Hex D3 31 CF 0 4D 2 11 12D 41 33
Octal 323 61 317 0 115 2 21 455 101 63
Binary 11010011 110001 11001111 0 1001101 10 10001 100101101 1000001 110011

Color Harmonies of #D331CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D331CF

Black with #D331CF

Text Example


Text Example

White with #D331CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D331CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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