Html Css Color HEX #D03BC2 Fuchsia

📋 copy color: '#D03BC2'

red 208 ◦ green 59 ◦ blue 194

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

Shades of Fuchsia #D03BC2

Tints of Fuchsia #D03BC2

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.8%

 BLUE value IS 194 (76.17% from 255) = 42.08%

R = 45.12%
G = 12.8%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D03BC2 (or 0xD03BC2) is known color: Fuchsia. HEX triplet: D0, 3B and C2. RGB value is (208,59,194). Sum of RGB (Red+Green+Blue) = 208+59+194=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 59 (23.44% from 255 or 12.80% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D03BC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03BC2 is #2FC43D. Grayscale: #767676. Windows color (decimal): -3130430 or 12729296. OLE color: 12729296.

HSL color Cylindrical-coordinate representation of color #D03BC2: hue angle of 305.64º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D03BC2 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 59 194 -
CMYK 0 0.72 0.07 0.18
HSL 305.64º 0.61% 0.52% -
HSV(B) 305.64º 0.72% 0.82% -
XYZ 37.31 20.43 53.02 -
YUV 118.94 170.36 191.52 -
System Red Green Blue C M Y K H S L
Decimal 208 59 194 0 0.72 0.07 0.18 305.64 0.61 0.52
Hex D0 3B C2 0 48 7 12 132 3D 34
Octal 320 73 302 0 110 7 22 462 75 64
Binary 11010000 111011 11000010 0 1001000 111 10010 100110010 111101 110100

Color Harmonies of #D03BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03BC2

Black with #D03BC2

Text Example


Text Example

White with #D03BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03BC2; }

 p { color: rgb(208,59,194); }

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

background-color css

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

 a { background-color: rgb(208,59,194); }

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

border-color css

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

 span { border-color: rgb(208,59,194); }

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