Html Css Color HEX #D34FC9 Fuchsia

📋 copy color: '#D34FC9'

red 211 ◦ green 79 ◦ blue 201

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

Shades of Fuchsia #D34FC9

Tints of Fuchsia #D34FC9

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.09%

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

R = 42.97%
G = 16.09%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D34FC9 (or 0xD34FC9) is known color: Fuchsia. HEX triplet: D3, 4F and C9. RGB value is (211,79,201). Sum of RGB (Red+Green+Blue) = 211+79+201=491 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.97% from 491); Green value is 79 (31.25% from 255 or 16.09% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 211 - color contains mainly: red. Hex color #D34FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34FC9 is #2CB036. Grayscale: #848484. Windows color (decimal): -2928695 or 13193171. OLE color: 13193171.

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

Color convert

RGB 211 79 201 -
CMYK 0 0.63 0.05 0.17
HSL 304.55º 0.6% 0.57% -
HSV(B) 304.55º 0.63% 0.83% -
XYZ 40.2 23.66 57.71 -
YUV 132.38 166.73 184.08 -
System Red Green Blue C M Y K H S L
Decimal 211 79 201 0 0.63 0.05 0.17 304.55 0.6 0.57
Hex D3 4F C9 0 3F 5 11 131 3C 39
Octal 323 117 311 0 77 5 21 461 74 71
Binary 11010011 1001111 11001001 0 111111 101 10001 100110001 111100 111001

Color Harmonies of #D34FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34FC9

Black with #D34FC9

Text Example


Text Example

White with #D34FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34FC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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