Html Css Color HEX #D03DB7 Fuchsia

📋 copy color: '#D03DB7'

red 208 ◦ green 61 ◦ blue 183

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

Shades of Fuchsia #D03DB7

Tints of Fuchsia #D03DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.49%

R = 46.02%
G = 13.5%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D03DB7 (or 0xD03DB7) is known color: Fuchsia. HEX triplet: D0, 3D and B7. RGB value is (208,61,183). Sum of RGB (Red+Green+Blue) = 208+61+183=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 61 (24.22% from 255 or 13.50% from 452); Blue value is 183 (71.88% from 255 or 40.49% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D03DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03DB7 is #2FC248. Grayscale: #767676. Windows color (decimal): -3129929 or 12008912. OLE color: 12008912.

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

Color convert

RGB 208 61 183 -
CMYK 0 0.71 0.12 0.18
HSL 310.2º 0.61% 0.53% -
HSV(B) 310.2º 0.71% 0.82% -
XYZ 36.23 20.17 46.78 -
YUV 118.86 164.2 191.58 -
System Red Green Blue C M Y K H S L
Decimal 208 61 183 0 0.71 0.12 0.18 310.2 0.61 0.53
Hex D0 3D B7 0 47 C 12 136 3D 35
Octal 320 75 267 0 107 14 22 466 75 65
Binary 11010000 111101 10110111 0 1000111 1100 10010 100110110 111101 110101

Color Harmonies of #D03DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03DB7

Black with #D03DB7

Text Example


Text Example

White with #D03DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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