Html Css Color HEX #D34CC5 Fuchsia

📋 copy color: '#D34CC5'

red 211 ◦ green 76 ◦ blue 197

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

Shades of Fuchsia #D34CC5

Tints of Fuchsia #D34CC5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.7%

 BLUE value IS 197 (77.34% from 255) = 40.7%

R = 43.6%
G = 15.7%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#D34CC5 (or 0xD34CC5) is known color: Fuchsia. HEX triplet: D3, 4C and C5. RGB value is (211,76,197). Sum of RGB (Red+Green+Blue) = 211+76+197=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 76 (30.08% from 255 or 15.70% from 484); Blue value is 197 (77.34% from 255 or 40.70% from 484); Max value from RGB is 211 - color contains mainly: red. Hex color #D34CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34CC5 is #2CB33A. Grayscale: #818181. Windows color (decimal): -2929467 or 12930259. OLE color: 12930259.

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

Color convert

RGB 211 76 197 -
CMYK 0 0.64 0.07 0.17
HSL 306.22º 0.61% 0.56% -
HSV(B) 306.22º 0.64% 0.83% -
XYZ 39.53 23.05 55.19 -
YUV 130.16 165.73 185.66 -
System Red Green Blue C M Y K H S L
Decimal 211 76 197 0 0.64 0.07 0.17 306.22 0.61 0.56
Hex D3 4C C5 0 40 7 11 132 3D 38
Octal 323 114 305 0 100 7 21 462 75 70
Binary 11010011 1001100 11000101 0 1000000 111 10001 100110010 111101 111000

Color Harmonies of #D34CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34CC5

Black with #D34CC5

Text Example


Text Example

White with #D34CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34CC5; }

 p { color: rgb(211,76,197); }

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

background-color css

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

 a { background-color: rgb(211,76,197); }

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

border-color css

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

 span { border-color: rgb(211,76,197); }

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