Html Css Color HEX #D030D3 Fuchsia

📋 copy color: '#D030D3'

red 208 ◦ green 48 ◦ blue 211

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

Shades of Fuchsia #D030D3

Tints of Fuchsia #D030D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 45.18%

R = 44.54%
G = 10.28%
B = 45.18%

CMYK

 C value IS 0.01

 M value IS 0.77

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D030D3 (or 0xD030D3) is known color: Fuchsia. HEX triplet: D0, 30 and D3. RGB value is (208,48,211). Sum of RGB (Red+Green+Blue) = 208+48+211=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 48 (19.14% from 255 or 10.28% from 467); Blue value is 211 (82.81% from 255 or 45.18% from 467); Max value from RGB is 211 - color contains mainly: blue. Hex color #D030D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D030D3 is #2FCF2C. Grayscale: #717171. Windows color (decimal): -3133229 or 13840592. OLE color: 13840592.

HSL color Cylindrical-coordinate representation of color #D030D3: hue angle of 298.9º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D030D3 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 208 48 211 -
CMYK 0.01 0.77 0 0.17
HSL 298.9º 0.65% 0.51% -
HSV(B) 298.9º 0.77% 0.83% -
XYZ 38.83 20.23 63.49 -
YUV 114.42 182.51 194.75 -
System Red Green Blue C M Y K H S L
Decimal 208 48 211 0.01 0.77 0 0.17 298.9 0.65 0.51
Hex D0 30 D3 1 4D 0 11 12B 41 33
Octal 320 60 323 1 115 0 21 453 101 63
Binary 11010000 110000 11010011 1 1001101 0 10001 100101011 1000001 110011

Color Harmonies of #D030D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D030D3

Black with #D030D3

Text Example


Text Example

White with #D030D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D030D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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