Html Css Color HEX #D03FC9 Fuchsia

📋 copy color: '#D03FC9'

red 208 ◦ green 63 ◦ blue 201

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

Shades of Fuchsia #D03FC9

Tints of Fuchsia #D03FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.58%

R = 44.07%
G = 13.35%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D03FC9 (or 0xD03FC9) is known color: Fuchsia. HEX triplet: D0, 3F and C9. RGB value is (208,63,201). Sum of RGB (Red+Green+Blue) = 208+63+201=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 63 (25% from 255 or 13.35% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D03FC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03FC9 is #2FC036. Grayscale: #797979. Windows color (decimal): -3129399 or 13189072. OLE color: 13189072.

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

Color convert

RGB 208 63 201 -
CMYK 0 0.70 0.03 0.18
HSL 302.9º 0.61% 0.53% -
HSV(B) 302.9º 0.7% 0.82% -
XYZ 38.33 21.18 57.33 -
YUV 122.09 172.54 189.28 -
System Red Green Blue C M Y K H S L
Decimal 208 63 201 0 0.70 0.03 0.18 302.9 0.61 0.53
Hex D0 3F C9 0 46 3 12 12F 3D 35
Octal 320 77 311 0 106 3 22 457 75 65
Binary 11010000 111111 11001001 0 1000110 11 10010 100101111 111101 110101

Color Harmonies of #D03FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03FC9

Black with #D03FC9

Text Example


Text Example

White with #D03FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03FC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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