Html Css Color HEX #D34ACC Fuchsia

📋 copy color: '#D34ACC'

red 211 ◦ green 74 ◦ blue 204

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

Shades of Fuchsia #D34ACC

Tints of Fuchsia #D34ACC

RGB

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

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

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

R = 43.15%
G = 15.13%
B = 41.72%

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

#D34ACC (or 0xD34ACC) is known color: Fuchsia. HEX triplet: D3, 4A and CC. RGB value is (211,74,204). Sum of RGB (Red+Green+Blue) = 211+74+204=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 74 (29.30% from 255 or 15.13% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 211 - color contains mainly: red. Hex color #D34ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34ACC is #2CB533. Grayscale: #818181. Windows color (decimal): -2929972 or 13388499. OLE color: 13388499.

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

Color convert

RGB 211 74 204 -
CMYK 0 0.65 0.03 0.17
HSL 303.07º 0.61% 0.56% -
HSV(B) 303.07º 0.65% 0.83% -
XYZ 40.21 23.11 59.47 -
YUV 129.78 169.89 185.93 -
System Red Green Blue C M Y K H S L
Decimal 211 74 204 0 0.65 0.03 0.17 303.07 0.61 0.56
Hex D3 4A CC 0 41 3 11 12F 3D 38
Octal 323 112 314 0 101 3 21 457 75 70
Binary 11010011 1001010 11001100 0 1000001 11 10001 100101111 111101 111000

Color Harmonies of #D34ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34ACC

Black with #D34ACC

Text Example


Text Example

White with #D34ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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