Html Css Color HEX #D043B9 Fuchsia

📋 copy color: '#D043B9'

red 208 ◦ green 67 ◦ blue 185

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

Shades of Fuchsia #D043B9

Tints of Fuchsia #D043B9

RGB

 RED value IS 208 (81.64% from 255) = 45.22%

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

 BLUE value IS 185 (72.66% from 255) = 40.22%

R = 45.22%
G = 14.57%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D043B9 (or 0xD043B9) is known color: Fuchsia. HEX triplet: D0, 43 and B9. RGB value is (208,67,185). Sum of RGB (Red+Green+Blue) = 208+67+185=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 67 (26.56% from 255 or 14.57% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D043B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D043B9 is #2FBC46. Grayscale: #7A7A7A. Windows color (decimal): -3128391 or 12141520. OLE color: 12141520.

HSL color Cylindrical-coordinate representation of color #D043B9: hue angle of 309.79º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D043B9 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 67 185 -
CMYK 0 0.68 0.11 0.18
HSL 309.79º 0.6% 0.54% -
HSV(B) 309.79º 0.68% 0.82% -
XYZ 36.78 20.93 48 -
YUV 122.61 163.21 188.91 -
System Red Green Blue C M Y K H S L
Decimal 208 67 185 0 0.68 0.11 0.18 309.79 0.6 0.54
Hex D0 43 B9 0 44 B 12 136 3C 36
Octal 320 103 271 0 104 13 22 466 74 66
Binary 11010000 1000011 10111001 0 1000100 1011 10010 100110110 111100 110110

Color Harmonies of #D043B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D043B9

Black with #D043B9

Text Example


Text Example

White with #D043B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D043B9; }

 p { color: rgb(208,67,185); }

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

background-color css

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

 a { background-color: rgb(208,67,185); }

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

border-color css

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

 span { border-color: rgb(208,67,185); }

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