Html Css Color HEX #D34FCD Fuchsia

📋 copy color: '#D34FCD'

red 211 ◦ green 79 ◦ blue 205

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

Shades of Fuchsia #D34FCD

Tints of Fuchsia #D34FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.41%

R = 42.63%
G = 15.96%
B = 41.41%

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

#D34FCD (or 0xD34FCD) is known color: Fuchsia. HEX triplet: D3, 4F and CD. RGB value is (211,79,205). Sum of RGB (Red+Green+Blue) = 211+79+205=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 79 (31.25% from 255 or 15.96% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 211 - color contains mainly: red. Hex color #D34FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34FCD is #2CB032. Grayscale: #848484. Windows color (decimal): -2928691 or 13455315. OLE color: 13455315.

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

Color convert

RGB 211 79 205 -
CMYK 0 0.63 0.03 0.17
HSL 302.73º 0.6% 0.57% -
HSV(B) 302.73º 0.63% 0.83% -
XYZ 40.68 23.85 60.22 -
YUV 132.83 168.73 183.75 -
System Red Green Blue C M Y K H S L
Decimal 211 79 205 0 0.63 0.03 0.17 302.73 0.6 0.57
Hex D3 4F CD 0 3F 3 11 12F 3C 39
Octal 323 117 315 0 77 3 21 457 74 71
Binary 11010011 1001111 11001101 0 111111 11 10001 100101111 111100 111001

Color Harmonies of #D34FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34FCD

Black with #D34FCD

Text Example


Text Example

White with #D34FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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