Html Css Color HEX #D03ABF Fuchsia

📋 copy color: '#D03ABF'

red 208 ◦ green 58 ◦ blue 191

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

Shades of Fuchsia #D03ABF

Tints of Fuchsia #D03ABF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.69%

 BLUE value IS 191 (75% from 255) = 41.79%

R = 45.51%
G = 12.69%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D03ABF (or 0xD03ABF) is known color: Fuchsia. HEX triplet: D0, 3A and BF. RGB value is (208,58,191). Sum of RGB (Red+Green+Blue) = 208+58+191=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D03ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03ABF is #2FC540. Grayscale: #757575. Windows color (decimal): -3130689 or 12532432. OLE color: 12532432.

HSL color Cylindrical-coordinate representation of color #D03ABF: hue angle of 306.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D03ABF is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 58 191 -
CMYK 0 0.72 0.08 0.18
HSL 306.8º 0.61% 0.52% -
HSV(B) 306.8º 0.72% 0.82% -
XYZ 36.93 20.2 51.24 -
YUV 118.01 169.2 192.19 -
System Red Green Blue C M Y K H S L
Decimal 208 58 191 0 0.72 0.08 0.18 306.8 0.61 0.52
Hex D0 3A BF 0 48 8 12 133 3D 34
Octal 320 72 277 0 110 10 22 463 75 64
Binary 11010000 111010 10111111 0 1001000 1000 10010 100110011 111101 110100

Color Harmonies of #D03ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03ABF

Black with #D03ABF

Text Example


Text Example

White with #D03ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03ABF; }

 p { color: rgb(208,58,191); }

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

background-color css

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

 a { background-color: rgb(208,58,191); }

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

border-color css

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

 span { border-color: rgb(208,58,191); }

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