Html Css Color HEX #D03DB1 Fuchsia

📋 copy color: '#D03DB1'

red 208 ◦ green 61 ◦ blue 177

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

Shades of Fuchsia #D03DB1

Tints of Fuchsia #D03DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.69%

R = 46.64%
G = 13.68%
B = 39.69%

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

#D03DB1 (or 0xD03DB1) is known color: Fuchsia. HEX triplet: D0, 3D and B1. RGB value is (208,61,177). Sum of RGB (Red+Green+Blue) = 208+61+177=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 177 (69.53% from 255 or 39.69% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D03DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03DB1 is #2FC24E. Grayscale: #757575. Windows color (decimal): -3129935 or 11615696. OLE color: 11615696.

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

Color convert

RGB 208 61 177 -
CMYK 0 0.71 0.15 0.18
HSL 312.65º 0.61% 0.53% -
HSV(B) 312.65º 0.71% 0.82% -
XYZ 35.62 19.92 43.56 -
YUV 118.18 161.2 192.07 -
System Red Green Blue C M Y K H S L
Decimal 208 61 177 0 0.71 0.15 0.18 312.65 0.61 0.53
Hex D0 3D B1 0 47 F 12 139 3D 35
Octal 320 75 261 0 107 17 22 471 75 65
Binary 11010000 111101 10110001 0 1000111 1111 10010 100111001 111101 110101

Color Harmonies of #D03DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03DB1

Black with #D03DB1

Text Example


Text Example

White with #D03DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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