Html Css Color HEX #D03DB2 Fuchsia

📋 copy color: '#D03DB2'

red 208 ◦ green 61 ◦ blue 178

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

Shades of Fuchsia #D03DB2

Tints of Fuchsia #D03DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.82%

R = 46.53%
G = 13.65%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D03DB2 (or 0xD03DB2) is known color: Fuchsia. HEX triplet: D0, 3D and B2. RGB value is (208,61,178). Sum of RGB (Red+Green+Blue) = 208+61+178=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 61 (24.22% from 255 or 13.65% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D03DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03DB2 is #2FC24D. Grayscale: #757575. Windows color (decimal): -3129934 or 11681232. OLE color: 11681232.

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

Color convert

RGB 208 61 178 -
CMYK 0 0.71 0.14 0.18
HSL 312.24º 0.61% 0.53% -
HSV(B) 312.24º 0.71% 0.82% -
XYZ 35.72 19.96 44.09 -
YUV 118.29 161.7 191.99 -
System Red Green Blue C M Y K H S L
Decimal 208 61 178 0 0.71 0.14 0.18 312.24 0.61 0.53
Hex D0 3D B2 0 47 E 12 138 3D 35
Octal 320 75 262 0 107 16 22 470 75 65
Binary 11010000 111101 10110010 0 1000111 1110 10010 100111000 111101 110101

Color Harmonies of #D03DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03DB2

Black with #D03DB2

Text Example


Text Example

White with #D03DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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