Html Css Color HEX #D03FB9 Fuchsia

📋 copy color: '#D03FB9'

red 208 ◦ green 63 ◦ blue 185

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

Shades of Fuchsia #D03FB9

Tints of Fuchsia #D03FB9

RGB

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

 GREEN value IS 63 (25% from 255) = 13.82%

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

R = 45.61%
G = 13.82%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D03FB9 (or 0xD03FB9) is known color: Fuchsia. HEX triplet: D0, 3F and B9. RGB value is (208,63,185). Sum of RGB (Red+Green+Blue) = 208+63+185=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 63 (25% from 255 or 13.82% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D03FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03FB9 is #2FC046. Grayscale: #777777. Windows color (decimal): -3129415 or 12140496. OLE color: 12140496.

HSL color Cylindrical-coordinate representation of color #D03FB9: hue angle of 309.52º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D03FB9 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 63 185 -
CMYK 0 0.70 0.11 0.18
HSL 309.52º 0.61% 0.53% -
HSV(B) 309.52º 0.7% 0.82% -
XYZ 36.55 20.47 47.92 -
YUV 120.26 164.54 190.58 -
System Red Green Blue C M Y K H S L
Decimal 208 63 185 0 0.70 0.11 0.18 309.52 0.61 0.53
Hex D0 3F B9 0 46 B 12 136 3D 35
Octal 320 77 271 0 106 13 22 466 75 65
Binary 11010000 111111 10111001 0 1000110 1011 10010 100110110 111101 110101

Color Harmonies of #D03FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03FB9

Black with #D03FB9

Text Example


Text Example

White with #D03FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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