Html Css Color HEX #D743C1 Fuchsia

📋 copy color: '#D743C1'

red 215 ◦ green 67 ◦ blue 193

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

Shades of Fuchsia #D743C1

Tints of Fuchsia #D743C1

RGB

 RED value IS 215 (84.38% from 255) = 45.26%

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

 BLUE value IS 193 (75.78% from 255) = 40.63%

R = 45.26%
G = 14.11%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D743C1 (or 0xD743C1) is known color: Fuchsia. HEX triplet: D7, 43 and C1. RGB value is (215,67,193). Sum of RGB (Red+Green+Blue) = 215+67+193=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 67 (26.56% from 255 or 14.11% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D743C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D743C1 is #28BC3E. Grayscale: #7D7D7D. Windows color (decimal): -2669631 or 12665815. OLE color: 12665815.

HSL color Cylindrical-coordinate representation of color #D743C1: hue angle of 308.92º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D743C1 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 67 193 -
CMYK 0 0.69 0.10 0.16
HSL 308.92º 0.65% 0.55% -
HSV(B) 308.92º 0.69% 0.84% -
XYZ 39.66 22.31 52.67 -
YUV 125.62 166.03 191.75 -
System Red Green Blue C M Y K H S L
Decimal 215 67 193 0 0.69 0.10 0.16 308.92 0.65 0.55
Hex D7 43 C1 0 45 A 10 135 41 37
Octal 327 103 301 0 105 12 20 465 101 67
Binary 11010111 1000011 11000001 0 1000101 1010 10000 100110101 1000001 110111

Color Harmonies of #D743C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D743C1

Black with #D743C1

Text Example


Text Example

White with #D743C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D743C1; }

 p { color: rgb(215,67,193); }

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

background-color css

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

 a { background-color: rgb(215,67,193); }

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

border-color css

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

 span { border-color: rgb(215,67,193); }

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