Html Css Color HEX #D03DBB Fuchsia

📋 copy color: '#D03DBB'

red 208 ◦ green 61 ◦ blue 187

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

Shades of Fuchsia #D03DBB

Tints of Fuchsia #D03DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.01%

R = 45.61%
G = 13.38%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D03DBB (or 0xD03DBB) is known color: Fuchsia. HEX triplet: D0, 3D and BB. RGB value is (208,61,187). Sum of RGB (Red+Green+Blue) = 208+61+187=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 61 (24.22% from 255 or 13.38% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D03DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03DBB is #2FC244. Grayscale: #767676. Windows color (decimal): -3129925 or 12271056. OLE color: 12271056.

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

Color convert

RGB 208 61 187 -
CMYK 0 0.71 0.10 0.18
HSL 308.57º 0.61% 0.53% -
HSV(B) 308.57º 0.71% 0.82% -
XYZ 36.65 20.34 49.01 -
YUV 119.32 166.2 191.25 -
System Red Green Blue C M Y K H S L
Decimal 208 61 187 0 0.71 0.10 0.18 308.57 0.61 0.53
Hex D0 3D BB 0 47 A 12 135 3D 35
Octal 320 75 273 0 107 12 22 465 75 65
Binary 11010000 111101 10111011 0 1000111 1010 10010 100110101 111101 110101

Color Harmonies of #D03DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03DBB

Black with #D03DBB

Text Example


Text Example

White with #D03DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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