Html Css Color HEX #D343C3 Fuchsia

📋 copy color: '#D343C3'

red 211 ◦ green 67 ◦ blue 195

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

Shades of Fuchsia #D343C3

Tints of Fuchsia #D343C3

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.16%

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

R = 44.61%
G = 14.16%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D343C3 (or 0xD343C3) is known color: Fuchsia. HEX triplet: D3, 43 and C3. RGB value is (211,67,195). Sum of RGB (Red+Green+Blue) = 211+67+195=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 67 (26.56% from 255 or 14.16% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 211 - color contains mainly: red. Hex color #D343C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D343C3 is #2CBC3C. Grayscale: #7C7C7C. Windows color (decimal): -2931773 or 12796883. OLE color: 12796883.

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

Color convert

RGB 211 67 195 -
CMYK 0 0.68 0.08 0.17
HSL 306.67º 0.62% 0.55% -
HSV(B) 306.67º 0.68% 0.83% -
XYZ 38.72 21.8 53.8 -
YUV 124.65 167.71 189.59 -
System Red Green Blue C M Y K H S L
Decimal 211 67 195 0 0.68 0.08 0.17 306.67 0.62 0.55
Hex D3 43 C3 0 44 8 11 133 3E 37
Octal 323 103 303 0 104 10 21 463 76 67
Binary 11010011 1000011 11000011 0 1000100 1000 10001 100110011 111110 110111

Color Harmonies of #D343C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D343C3

Black with #D343C3

Text Example


Text Example

White with #D343C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D343C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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