Html Css Color HEX #D943C4 Fuchsia

📋 copy color: '#D943C4'

red 217 ◦ green 67 ◦ blue 196

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

Shades of Fuchsia #D943C4

Tints of Fuchsia #D943C4

RGB

 RED value IS 217 (85.16% from 255) = 45.21%

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

 BLUE value IS 196 (76.95% from 255) = 40.83%

R = 45.21%
G = 13.96%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D943C4 (or 0xD943C4) is known color: Fuchsia. HEX triplet: D9, 43 and C4. RGB value is (217,67,196). Sum of RGB (Red+Green+Blue) = 217+67+196=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 67 (26.56% from 255 or 13.96% from 480); Blue value is 196 (76.95% from 255 or 40.83% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D943C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D943C4 is #26BC3B. Grayscale: #7E7E7E. Windows color (decimal): -2538556 or 12862425. OLE color: 12862425.

HSL color Cylindrical-coordinate representation of color #D943C4: hue angle of 308.4º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D943C4 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 67 196 -
CMYK 0 0.69 0.10 0.15
HSL 308.4º 0.66% 0.56% -
HSV(B) 308.4º 0.69% 0.85% -
XYZ 40.59 22.75 54.48 -
YUV 126.56 167.2 192.51 -
System Red Green Blue C M Y K H S L
Decimal 217 67 196 0 0.69 0.10 0.15 308.4 0.66 0.56
Hex D9 43 C4 0 45 A F 134 42 38
Octal 331 103 304 0 105 12 17 464 102 70
Binary 11011001 1000011 11000100 0 1000101 1010 1111 100110100 1000010 111000

Color Harmonies of #D943C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D943C4

Black with #D943C4

Text Example


Text Example

White with #D943C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D943C4; }

 p { color: rgb(217,67,196); }

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

background-color css

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

 a { background-color: rgb(217,67,196); }

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

border-color css

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

 span { border-color: rgb(217,67,196); }

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