Html Css Color HEX #D03DB0 Fuchsia

📋 copy color: '#D03DB0'

red 208 ◦ green 61 ◦ blue 176

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

Shades of Fuchsia #D03DB0

Tints of Fuchsia #D03DB0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.71%

 BLUE value IS 176 (69.14% from 255) = 39.55%

R = 46.74%
G = 13.71%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D03DB0 (or 0xD03DB0) is known color: Fuchsia. HEX triplet: D0, 3D and B0. RGB value is (208,61,176). Sum of RGB (Red+Green+Blue) = 208+61+176=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 61 (24.22% from 255 or 13.71% from 445); Blue value is 176 (69.14% from 255 or 39.55% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D03DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03DB0 is #2FC24F. Grayscale: #757575. Windows color (decimal): -3129936 or 11550160. OLE color: 11550160.

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

Color convert

RGB 208 61 176 -
CMYK 0 0.71 0.15 0.18
HSL 313.06º 0.61% 0.53% -
HSV(B) 313.06º 0.71% 0.82% -
XYZ 35.52 19.88 43.04 -
YUV 118.06 160.7 192.15 -
System Red Green Blue C M Y K H S L
Decimal 208 61 176 0 0.71 0.15 0.18 313.06 0.61 0.53
Hex D0 3D B0 0 47 F 12 139 3D 35
Octal 320 75 260 0 107 17 22 471 75 65
Binary 11010000 111101 10110000 0 1000111 1111 10010 100111001 111101 110101

Color Harmonies of #D03DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03DB0

Black with #D03DB0

Text Example


Text Example

White with #D03DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03DB0; }

 p { color: rgb(208,61,176); }

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

background-color css

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

 a { background-color: rgb(208,61,176); }

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

border-color css

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

 span { border-color: rgb(208,61,176); }

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