Html Css Color HEX #D334C3 Fuchsia

📋 copy color: '#D334C3'

red 211 ◦ green 52 ◦ blue 195

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

Shades of Fuchsia #D334C3

Tints of Fuchsia #D334C3

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.35%

 BLUE value IS 195 (76.56% from 255) = 42.58%

R = 46.07%
G = 11.35%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D334C3 (or 0xD334C3) is known color: Fuchsia. HEX triplet: D3, 34 and C3. RGB value is (211,52,195). Sum of RGB (Red+Green+Blue) = 211+52+195=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 52 (20.70% from 255 or 11.35% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 211 - color contains mainly: red. Hex color #D334C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D334C3 is #2CCB3C. Grayscale: #737373. Windows color (decimal): -2935613 or 12793043. OLE color: 12793043.

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

Color convert

RGB 211 52 195 -
CMYK 0 0.75 0.08 0.17
HSL 306.04º 0.64% 0.52% -
HSV(B) 306.04º 0.75% 0.83% -
XYZ 37.94 20.25 53.54 -
YUV 115.84 172.68 195.87 -
System Red Green Blue C M Y K H S L
Decimal 211 52 195 0 0.75 0.08 0.17 306.04 0.64 0.52
Hex D3 34 C3 0 4B 8 11 132 40 34
Octal 323 64 303 0 113 10 21 462 100 64
Binary 11010011 110100 11000011 0 1001011 1000 10001 100110010 1000000 110100

Color Harmonies of #D334C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D334C3

Black with #D334C3

Text Example


Text Example

White with #D334C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D334C3; }

 p { color: rgb(211,52,195); }

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

background-color css

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

 a { background-color: rgb(211,52,195); }

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

border-color css

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

 span { border-color: rgb(211,52,195); }

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