Html Css Color HEX #D337C9 Fuchsia

📋 copy color: '#D337C9'

red 211 ◦ green 55 ◦ blue 201

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

Shades of Fuchsia #D337C9

Tints of Fuchsia #D337C9

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.78%

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

R = 45.18%
G = 11.78%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D337C9 (or 0xD337C9) is known color: Fuchsia. HEX triplet: D3, 37 and C9. RGB value is (211,55,201). Sum of RGB (Red+Green+Blue) = 211+55+201=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 55 (21.88% from 255 or 11.78% from 467); Blue value is 201 (78.91% from 255 or 43.04% from 467); Max value from RGB is 211 - color contains mainly: red. Hex color #D337C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D337C9 is #2CC836. Grayscale: #757575. Windows color (decimal): -2934839 or 13187027. OLE color: 13187027.

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

Color convert

RGB 211 55 201 -
CMYK 0 0.74 0.05 0.17
HSL 303.85º 0.64% 0.52% -
HSV(B) 303.85º 0.74% 0.83% -
XYZ 38.77 20.8 57.23 -
YUV 118.29 174.68 194.13 -
System Red Green Blue C M Y K H S L
Decimal 211 55 201 0 0.74 0.05 0.17 303.85 0.64 0.52
Hex D3 37 C9 0 4A 5 11 130 40 34
Octal 323 67 311 0 112 5 21 460 100 64
Binary 11010011 110111 11001001 0 1001010 101 10001 100110000 1000000 110100

Color Harmonies of #D337C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D337C9

Black with #D337C9

Text Example


Text Example

White with #D337C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D337C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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