Html Css Color HEX #D03DB9 Fuchsia

📋 copy color: '#D03DB9'

red 208 ◦ green 61 ◦ blue 185

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

Shades of Fuchsia #D03DB9

Tints of Fuchsia #D03DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.75%

R = 45.81%
G = 13.44%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D03DB9 (or 0xD03DB9) is known color: Fuchsia. HEX triplet: D0, 3D and B9. RGB value is (208,61,185). Sum of RGB (Red+Green+Blue) = 208+61+185=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 61 (24.22% from 255 or 13.44% from 454); Blue value is 185 (72.66% from 255 or 40.75% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D03DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03DB9 is #2FC246. Grayscale: #767676. Windows color (decimal): -3129927 or 12139984. OLE color: 12139984.

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

Color convert

RGB 208 61 185 -
CMYK 0 0.71 0.11 0.18
HSL 309.39º 0.61% 0.53% -
HSV(B) 309.39º 0.71% 0.82% -
XYZ 36.44 20.25 47.89 -
YUV 119.09 165.2 191.42 -
System Red Green Blue C M Y K H S L
Decimal 208 61 185 0 0.71 0.11 0.18 309.39 0.61 0.53
Hex D0 3D B9 0 47 B 12 135 3D 35
Octal 320 75 271 0 107 13 22 465 75 65
Binary 11010000 111101 10111001 0 1000111 1011 10010 100110101 111101 110101

Color Harmonies of #D03DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03DB9

Black with #D03DB9

Text Example


Text Example

White with #D03DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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