Html Css Color HEX #D34FCC Fuchsia

📋 copy color: '#D34FCC'

red 211 ◦ green 79 ◦ blue 204

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

Shades of Fuchsia #D34FCC

Tints of Fuchsia #D34FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.3%

R = 42.71%
G = 15.99%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D34FCC (or 0xD34FCC) is known color: Fuchsia. HEX triplet: D3, 4F and CC. RGB value is (211,79,204). Sum of RGB (Red+Green+Blue) = 211+79+204=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 79 (31.25% from 255 or 15.99% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 211 - color contains mainly: red. Hex color #D34FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34FCC is #2CB033. Grayscale: #848484. Windows color (decimal): -2928692 or 13389779. OLE color: 13389779.

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

Color convert

RGB 211 79 204 -
CMYK 0 0.63 0.03 0.17
HSL 303.18º 0.6% 0.57% -
HSV(B) 303.18º 0.63% 0.83% -
XYZ 40.56 23.8 59.58 -
YUV 132.72 168.23 183.84 -
System Red Green Blue C M Y K H S L
Decimal 211 79 204 0 0.63 0.03 0.17 303.18 0.6 0.57
Hex D3 4F CC 0 3F 3 11 12F 3C 39
Octal 323 117 314 0 77 3 21 457 74 71
Binary 11010011 1001111 11001100 0 111111 11 10001 100101111 111100 111001

Color Harmonies of #D34FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34FCC

Black with #D34FCC

Text Example


Text Example

White with #D34FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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