Html Css Color HEX #D34ACA Fuchsia

📋 copy color: '#D34ACA'

red 211 ◦ green 74 ◦ blue 202

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

Shades of Fuchsia #D34ACA

Tints of Fuchsia #D34ACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.48%

R = 43.33%
G = 15.2%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D34ACA (or 0xD34ACA) is known color: Fuchsia. HEX triplet: D3, 4A and CA. RGB value is (211,74,202). Sum of RGB (Red+Green+Blue) = 211+74+202=487 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.33% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 211 - color contains mainly: red. Hex color #D34ACA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34ACA is #2CB535. Grayscale: #818181. Windows color (decimal): -2929974 or 13257427. OLE color: 13257427.

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

Color convert

RGB 211 74 202 -
CMYK 0 0.65 0.04 0.17
HSL 303.94º 0.61% 0.56% -
HSV(B) 303.94º 0.65% 0.83% -
XYZ 39.97 23.01 58.21 -
YUV 129.56 168.89 186.09 -
System Red Green Blue C M Y K H S L
Decimal 211 74 202 0 0.65 0.04 0.17 303.94 0.61 0.56
Hex D3 4A CA 0 41 4 11 130 3D 38
Octal 323 112 312 0 101 4 21 460 75 70
Binary 11010011 1001010 11001010 0 1000001 100 10001 100110000 111101 111000

Color Harmonies of #D34ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34ACA

Black with #D34ACA

Text Example


Text Example

White with #D34ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34ACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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