Html Css Color HEX #D030B9 Fuchsia

📋 copy color: '#D030B9'

red 208 ◦ green 48 ◦ blue 185

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

Shades of Fuchsia #D030B9

Tints of Fuchsia #D030B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.95%

R = 47.17%
G = 10.88%
B = 41.95%

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

#D030B9 (or 0xD030B9) is known color: Fuchsia. HEX triplet: D0, 30 and B9. RGB value is (208,48,185). Sum of RGB (Red+Green+Blue) = 208+48+185=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D030B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D030B9 is #2FCF46. Grayscale: #6F6F6F. Windows color (decimal): -3133255 or 12136656. OLE color: 12136656.

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

Color convert

RGB 208 48 185 -
CMYK 0 0.77 0.11 0.18
HSL 308.63º 0.63% 0.5% -
HSV(B) 308.63º 0.77% 0.82% -
XYZ 35.83 19.03 47.68 -
YUV 111.46 169.51 196.86 -
System Red Green Blue C M Y K H S L
Decimal 208 48 185 0 0.77 0.11 0.18 308.63 0.63 0.5
Hex D0 30 B9 0 4D B 12 135 3F 32
Octal 320 60 271 0 115 13 22 465 77 62
Binary 11010000 110000 10111001 0 1001101 1011 10010 100110101 111111 110010

Color Harmonies of #D030B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D030B9

Black with #D030B9

Text Example


Text Example

White with #D030B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D030B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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