Html Css Color HEX #D03AB8 Fuchsia

📋 copy color: '#D03AB8'

red 208 ◦ green 58 ◦ blue 184

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

Shades of Fuchsia #D03AB8

Tints of Fuchsia #D03AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.89%

R = 46.22%
G = 12.89%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D03AB8 (or 0xD03AB8) is known color: Fuchsia. HEX triplet: D0, 3A and B8. RGB value is (208,58,184). Sum of RGB (Red+Green+Blue) = 208+58+184=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 58 (23.05% from 255 or 12.89% from 450); Blue value is 184 (72.27% from 255 or 40.89% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D03AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03AB8 is #2FC547. Grayscale: #747474. Windows color (decimal): -3130696 or 12073680. OLE color: 12073680.

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

Color convert

RGB 208 58 184 -
CMYK 0 0.72 0.12 0.18
HSL 309.6º 0.61% 0.52% -
HSV(B) 309.6º 0.72% 0.82% -
XYZ 36.18 19.9 47.28 -
YUV 117.21 165.7 192.75 -
System Red Green Blue C M Y K H S L
Decimal 208 58 184 0 0.72 0.12 0.18 309.6 0.61 0.52
Hex D0 3A B8 0 48 C 12 136 3D 34
Octal 320 72 270 0 110 14 22 466 75 64
Binary 11010000 111010 10111000 0 1001000 1100 10010 100110110 111101 110100

Color Harmonies of #D03AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03AB8

Black with #D03AB8

Text Example


Text Example

White with #D03AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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