Html Css Color HEX #D03FB2 Fuchsia

📋 copy color: '#D03FB2'

red 208 ◦ green 63 ◦ blue 178

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

Shades of Fuchsia #D03FB2

Tints of Fuchsia #D03FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.64%

R = 46.33%
G = 14.03%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D03FB2 (or 0xD03FB2) is known color: Fuchsia. HEX triplet: D0, 3F and B2. RGB value is (208,63,178). Sum of RGB (Red+Green+Blue) = 208+63+178=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 178 (69.92% from 255 or 39.64% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D03FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03FB2 is #2FC04D. Grayscale: #777777. Windows color (decimal): -3129422 or 11681744. OLE color: 11681744.

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

Color convert

RGB 208 63 178 -
CMYK 0 0.70 0.14 0.18
HSL 312.41º 0.61% 0.53% -
HSV(B) 312.41º 0.7% 0.82% -
XYZ 35.83 20.18 44.13 -
YUV 119.47 161.04 191.15 -
System Red Green Blue C M Y K H S L
Decimal 208 63 178 0 0.70 0.14 0.18 312.41 0.61 0.53
Hex D0 3F B2 0 46 E 12 138 3D 35
Octal 320 77 262 0 106 16 22 470 75 65
Binary 11010000 111111 10110010 0 1000110 1110 10010 100111000 111101 110101

Color Harmonies of #D03FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03FB2

Black with #D03FB2

Text Example


Text Example

White with #D03FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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