Html Css Color HEX #D03FD2 Fuchsia

📋 copy color: '#D03FD2'

red 208 ◦ green 63 ◦ blue 210

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

Shades of Fuchsia #D03FD2

Tints of Fuchsia #D03FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.66%

R = 43.24%
G = 13.1%
B = 43.66%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D03FD2 (or 0xD03FD2) is known color: Fuchsia. HEX triplet: D0, 3F and D2. RGB value is (208,63,210). Sum of RGB (Red+Green+Blue) = 208+63+210=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 63 (25% from 255 or 13.10% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 210 - color contains mainly: blue. Hex color #D03FD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03FD2 is #2FC02D. Grayscale: #7A7A7A. Windows color (decimal): -3129390 or 13778896. OLE color: 13778896.

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

Color convert

RGB 208 63 210 -
CMYK 0.01 0.70 0 0.18
HSL 299.18º 0.62% 0.54% -
HSV(B) 299.18º 0.7% 0.82% -
XYZ 39.42 21.62 63.07 -
YUV 123.11 177.04 188.55 -
System Red Green Blue C M Y K H S L
Decimal 208 63 210 0.01 0.70 0 0.18 299.18 0.62 0.54
Hex D0 3F D2 1 46 0 12 12B 3E 36
Octal 320 77 322 1 106 0 22 453 76 66
Binary 11010000 111111 11010010 1 1000110 0 10010 100101011 111110 110110

Color Harmonies of #D03FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03FD2

Black with #D03FD2

Text Example


Text Example

White with #D03FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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