Html Css Color HEX #D030BA Fuchsia

📋 copy color: '#D030BA'

red 208 ◦ green 48 ◦ blue 186

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

Shades of Fuchsia #D030BA

Tints of Fuchsia #D030BA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.86%

 BLUE value IS 186 (73.05% from 255) = 42.08%

R = 47.06%
G = 10.86%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D030BA (or 0xD030BA) is known color: Fuchsia. HEX triplet: D0, 30 and BA. RGB value is (208,48,186). Sum of RGB (Red+Green+Blue) = 208+48+186=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 48 (19.14% from 255 or 10.86% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D030BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D030BA is #2FCF45. Grayscale: #6F6F6F. Windows color (decimal): -3133254 or 12202192. OLE color: 12202192.

HSL color Cylindrical-coordinate representation of color #D030BA: hue angle of 308.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D030BA is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 48 186 -
CMYK 0 0.77 0.11 0.18
HSL 308.25º 0.63% 0.5% -
HSV(B) 308.25º 0.77% 0.82% -
XYZ 35.93 19.07 48.24 -
YUV 111.57 170.01 196.78 -
System Red Green Blue C M Y K H S L
Decimal 208 48 186 0 0.77 0.11 0.18 308.25 0.63 0.5
Hex D0 30 BA 0 4D B 12 134 3F 32
Octal 320 60 272 0 115 13 22 464 77 62
Binary 11010000 110000 10111010 0 1001101 1011 10010 100110100 111111 110010

Color Harmonies of #D030BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D030BA

Black with #D030BA

Text Example


Text Example

White with #D030BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D030BA; }

 p { color: rgb(208,48,186); }

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

background-color css

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

 a { background-color: rgb(208,48,186); }

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

border-color css

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

 span { border-color: rgb(208,48,186); }

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