Html Css Color HEX #D34ACD Fuchsia

📋 copy color: '#D34ACD'

red 211 ◦ green 74 ◦ blue 205

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

Shades of Fuchsia #D34ACD

Tints of Fuchsia #D34ACD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.1%

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

R = 43.06%
G = 15.1%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D34ACD (or 0xD34ACD) is known color: Fuchsia. HEX triplet: D3, 4A and CD. RGB value is (211,74,205). Sum of RGB (Red+Green+Blue) = 211+74+205=490 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.06% from 490); Green value is 74 (29.30% from 255 or 15.10% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 211 - color contains mainly: red. Hex color #D34ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34ACD is #2CB532. Grayscale: #818181. Windows color (decimal): -2929971 or 13454035. OLE color: 13454035.

HSL color Cylindrical-coordinate representation of color #D34ACD: hue angle of 302.63º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D34ACD is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 74 205 -
CMYK 0 0.65 0.03 0.17
HSL 302.63º 0.61% 0.56% -
HSV(B) 302.63º 0.65% 0.83% -
XYZ 40.33 23.15 60.1 -
YUV 129.9 170.39 185.85 -
System Red Green Blue C M Y K H S L
Decimal 211 74 205 0 0.65 0.03 0.17 302.63 0.61 0.56
Hex D3 4A CD 0 41 3 11 12F 3D 38
Octal 323 112 315 0 101 3 21 457 75 70
Binary 11010011 1001010 11001101 0 1000001 11 10001 100101111 111101 111000

Color Harmonies of #D34ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34ACD

Black with #D34ACD

Text Example


Text Example

White with #D34ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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