Html Css Color HEX #D34CC6 Fuchsia

📋 copy color: '#D34CC6'

red 211 ◦ green 76 ◦ blue 198

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

Shades of Fuchsia #D34CC6

Tints of Fuchsia #D34CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.82%

R = 43.51%
G = 15.67%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#D34CC6 (or 0xD34CC6) is known color: Fuchsia. HEX triplet: D3, 4C and C6. RGB value is (211,76,198). Sum of RGB (Red+Green+Blue) = 211+76+198=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 211 - color contains mainly: red. Hex color #D34CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34CC6 is #2CB339. Grayscale: #818181. Windows color (decimal): -2929466 or 12995795. OLE color: 12995795.

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

Color convert

RGB 211 76 198 -
CMYK 0 0.64 0.06 0.17
HSL 305.78º 0.61% 0.56% -
HSV(B) 305.78º 0.64% 0.83% -
XYZ 39.64 23.09 55.79 -
YUV 130.27 166.23 185.58 -
System Red Green Blue C M Y K H S L
Decimal 211 76 198 0 0.64 0.06 0.17 305.78 0.61 0.56
Hex D3 4C C6 0 40 6 11 132 3D 38
Octal 323 114 306 0 100 6 21 462 75 70
Binary 11010011 1001100 11000110 0 1000000 110 10001 100110010 111101 111000

Color Harmonies of #D34CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34CC6

Black with #D34CC6

Text Example


Text Example

White with #D34CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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