Html Css Color HEX #D943B4 Fuchsia

📋 copy color: '#D943B4'

red 217 ◦ green 67 ◦ blue 180

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

Shades of Fuchsia #D943B4

Tints of Fuchsia #D943B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.79%

R = 46.77%
G = 14.44%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D943B4 (or 0xD943B4) is known color: Fuchsia. HEX triplet: D9, 43 and B4. RGB value is (217,67,180). Sum of RGB (Red+Green+Blue) = 217+67+180=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 67 (26.56% from 255 or 14.44% from 464); Blue value is 180 (70.70% from 255 or 38.79% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D943B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D943B4 is #26BC4B. Grayscale: #7C7C7C. Windows color (decimal): -2538572 or 11813849. OLE color: 11813849.

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

Color convert

RGB 217 67 180 -
CMYK 0 0.69 0.17 0.15
HSL 314.8º 0.66% 0.56% -
HSV(B) 314.8º 0.69% 0.85% -
XYZ 38.86 22.06 45.39 -
YUV 124.73 159.2 193.81 -
System Red Green Blue C M Y K H S L
Decimal 217 67 180 0 0.69 0.17 0.15 314.8 0.66 0.56
Hex D9 43 B4 0 45 11 F 13B 42 38
Octal 331 103 264 0 105 21 17 473 102 70
Binary 11011001 1000011 10110100 0 1000101 10001 1111 100111011 1000010 111000

Color Harmonies of #D943B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D943B4

Black with #D943B4

Text Example


Text Example

White with #D943B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D943B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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