Html Css Color HEX #D03FB5 Fuchsia

📋 copy color: '#D03FB5'

red 208 ◦ green 63 ◦ blue 181

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

Shades of Fuchsia #D03FB5

Tints of Fuchsia #D03FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.04%

R = 46.02%
G = 13.94%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D03FB5 (or 0xD03FB5) is known color: Fuchsia. HEX triplet: D0, 3F and B5. RGB value is (208,63,181). Sum of RGB (Red+Green+Blue) = 208+63+181=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 63 (25% from 255 or 13.94% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D03FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03FB5 is #2FC04A. Grayscale: #777777. Windows color (decimal): -3129419 or 11878352. OLE color: 11878352.

HSL color Cylindrical-coordinate representation of color #D03FB5: hue angle of 311.17º 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 #D03FB5 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 63 181 -
CMYK 0 0.70 0.13 0.18
HSL 311.17º 0.61% 0.53% -
HSV(B) 311.17º 0.7% 0.82% -
XYZ 36.13 20.3 45.73 -
YUV 119.81 162.54 190.91 -
System Red Green Blue C M Y K H S L
Decimal 208 63 181 0 0.70 0.13 0.18 311.17 0.61 0.53
Hex D0 3F B5 0 46 D 12 137 3D 35
Octal 320 77 265 0 106 15 22 467 75 65
Binary 11010000 111111 10110101 0 1000110 1101 10010 100110111 111101 110101

Color Harmonies of #D03FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03FB5

Black with #D03FB5

Text Example


Text Example

White with #D03FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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