Html Css Color HEX #D030B2 Fuchsia

📋 copy color: '#D030B2'

red 208 ◦ green 48 ◦ blue 178

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

Shades of Fuchsia #D030B2

Tints of Fuchsia #D030B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.01%

R = 47.93%
G = 11.06%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D030B2 (or 0xD030B2) is known color: Fuchsia. HEX triplet: D0, 30 and B2. RGB value is (208,48,178). Sum of RGB (Red+Green+Blue) = 208+48+178=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 48 (19.14% from 255 or 11.06% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D030B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D030B2 is #2FCF4D. Grayscale: #6E6E6E. Windows color (decimal): -3133262 or 11677904. OLE color: 11677904.

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

Color convert

RGB 208 48 178 -
CMYK 0 0.77 0.14 0.18
HSL 311.25º 0.63% 0.5% -
HSV(B) 311.25º 0.77% 0.82% -
XYZ 35.11 18.74 43.89 -
YUV 110.66 166.01 197.43 -
System Red Green Blue C M Y K H S L
Decimal 208 48 178 0 0.77 0.14 0.18 311.25 0.63 0.5
Hex D0 30 B2 0 4D E 12 137 3F 32
Octal 320 60 262 0 115 16 22 467 77 62
Binary 11010000 110000 10110010 0 1001101 1110 10010 100110111 111111 110010

Color Harmonies of #D030B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D030B2

Black with #D030B2

Text Example


Text Example

White with #D030B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D030B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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