Html Css Color HEX #D341C9 Fuchsia

📋 copy color: '#D341C9'

red 211 ◦ green 65 ◦ blue 201

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

Shades of Fuchsia #D341C9

Tints of Fuchsia #D341C9

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.63%

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

R = 44.23%
G = 13.63%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D341C9 (or 0xD341C9) is known color: Fuchsia. HEX triplet: D3, 41 and C9. RGB value is (211,65,201). Sum of RGB (Red+Green+Blue) = 211+65+201=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 65 (25.78% from 255 or 13.63% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D341C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D341C9 is #2CBE36. Grayscale: #7B7B7B. Windows color (decimal): -2932279 or 13189587. OLE color: 13189587.

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

Color convert

RGB 211 65 201 -
CMYK 0 0.69 0.05 0.17
HSL 304.11º 0.62% 0.54% -
HSV(B) 304.11º 0.69% 0.83% -
XYZ 39.3 21.85 57.4 -
YUV 124.16 171.37 189.94 -
System Red Green Blue C M Y K H S L
Decimal 211 65 201 0 0.69 0.05 0.17 304.11 0.62 0.54
Hex D3 41 C9 0 45 5 11 130 3E 36
Octal 323 101 311 0 105 5 21 460 76 66
Binary 11010011 1000001 11001001 0 1000101 101 10001 100110000 111110 110110

Color Harmonies of #D341C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D341C9

Black with #D341C9

Text Example


Text Example

White with #D341C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D341C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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