Html Css Color HEX #D03FBA Fuchsia

📋 copy color: '#D03FBA'

red 208 ◦ green 63 ◦ blue 186

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

Shades of Fuchsia #D03FBA

Tints of Fuchsia #D03FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.7%

R = 45.51%
G = 13.79%
B = 40.7%

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

#D03FBA (or 0xD03FBA) is known color: Fuchsia. HEX triplet: D0, 3F and BA. RGB value is (208,63,186). Sum of RGB (Red+Green+Blue) = 208+63+186=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 63 (25% from 255 or 13.79% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D03FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03FBA is #2FC045. Grayscale: #787878. Windows color (decimal): -3129414 or 12206032. OLE color: 12206032.

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

Color convert

RGB 208 63 186 -
CMYK 0 0.70 0.11 0.18
HSL 309.1º 0.61% 0.53% -
HSV(B) 309.1º 0.7% 0.82% -
XYZ 36.65 20.51 48.48 -
YUV 120.38 165.04 190.5 -
System Red Green Blue C M Y K H S L
Decimal 208 63 186 0 0.70 0.11 0.18 309.1 0.61 0.53
Hex D0 3F BA 0 46 B 12 135 3D 35
Octal 320 77 272 0 106 13 22 465 75 65
Binary 11010000 111111 10111010 0 1000110 1011 10010 100110101 111101 110101

Color Harmonies of #D03FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03FBA

Black with #D03FBA

Text Example


Text Example

White with #D03FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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