Html Css Color HEX #D34ACE Fuchsia

📋 copy color: '#D34ACE'

red 211 ◦ green 74 ◦ blue 206

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

Shades of Fuchsia #D34ACE

Tints of Fuchsia #D34ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.96%

R = 42.97%
G = 15.07%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D34ACE (or 0xD34ACE) is known color: Fuchsia. HEX triplet: D3, 4A and CE. RGB value is (211,74,206). Sum of RGB (Red+Green+Blue) = 211+74+206=491 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.97% from 491); Green value is 74 (29.30% from 255 or 15.07% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 211 - color contains mainly: red. Hex color #D34ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34ACE is #2CB531. Grayscale: #818181. Windows color (decimal): -2929970 or 13519571. OLE color: 13519571.

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

Color convert

RGB 211 74 206 -
CMYK 0 0.65 0.02 0.17
HSL 302.19º 0.61% 0.56% -
HSV(B) 302.19º 0.65% 0.83% -
XYZ 40.45 23.2 60.74 -
YUV 130.01 170.89 185.77 -
System Red Green Blue C M Y K H S L
Decimal 211 74 206 0 0.65 0.02 0.17 302.19 0.61 0.56
Hex D3 4A CE 0 41 2 11 12E 3D 38
Octal 323 112 316 0 101 2 21 456 75 70
Binary 11010011 1001010 11001110 0 1000001 10 10001 100101110 111101 111000

Color Harmonies of #D34ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34ACE

Black with #D34ACE

Text Example


Text Example

White with #D34ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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