Html Css Color HEX #D03FCD Fuchsia

📋 copy color: '#D03FCD'

red 208 ◦ green 63 ◦ blue 205

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

Shades of Fuchsia #D03FCD

Tints of Fuchsia #D03FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.07%

R = 43.7%
G = 13.24%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D03FCD (or 0xD03FCD) is known color: Fuchsia. HEX triplet: D0, 3F and CD. RGB value is (208,63,205). Sum of RGB (Red+Green+Blue) = 208+63+205=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 63 (25% from 255 or 13.24% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D03FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03FCD is #2FC032. Grayscale: #7A7A7A. Windows color (decimal): -3129395 or 13451216. OLE color: 13451216.

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

Color convert

RGB 208 63 205 -
CMYK 0 0.70 0.01 0.18
HSL 301.24º 0.61% 0.53% -
HSV(B) 301.24º 0.7% 0.82% -
XYZ 38.81 21.37 59.84 -
YUV 122.54 174.54 188.95 -
System Red Green Blue C M Y K H S L
Decimal 208 63 205 0 0.70 0.01 0.18 301.24 0.61 0.53
Hex D0 3F CD 0 46 1 12 12D 3D 35
Octal 320 77 315 0 106 1 22 455 75 65
Binary 11010000 111111 11001101 0 1000110 1 10010 100101101 111101 110101

Color Harmonies of #D03FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03FCD

Black with #D03FCD

Text Example


Text Example

White with #D03FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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