Html Css Color HEX #D030D2 Fuchsia

📋 copy color: '#D030D2'

red 208 ◦ green 48 ◦ blue 210

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

Shades of Fuchsia #D030D2

Tints of Fuchsia #D030D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.06%

R = 44.64%
G = 10.3%
B = 45.06%

CMYK

 C value IS 0.01

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D030D2 (or 0xD030D2) is known color: Fuchsia. HEX triplet: D0, 30 and D2. RGB value is (208,48,210). Sum of RGB (Red+Green+Blue) = 208+48+210=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 48 (19.14% from 255 or 10.30% from 466); Blue value is 210 (82.42% from 255 or 45.06% from 466); Max value from RGB is 210 - color contains mainly: blue. Hex color #D030D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D030D2 is #2FCF2D. Grayscale: #717171. Windows color (decimal): -3133230 or 13775056. OLE color: 13775056.

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

Color convert

RGB 208 48 210 -
CMYK 0.01 0.77 0 0.18
HSL 299.26º 0.64% 0.51% -
HSV(B) 299.26º 0.77% 0.82% -
XYZ 38.7 20.18 62.83 -
YUV 114.31 182.01 194.83 -
System Red Green Blue C M Y K H S L
Decimal 208 48 210 0.01 0.77 0 0.18 299.26 0.64 0.51
Hex D0 30 D2 1 4D 0 12 12B 40 33
Octal 320 60 322 1 115 0 22 453 100 63
Binary 11010000 110000 11010010 1 1001101 0 10010 100101011 1000000 110011

Color Harmonies of #D030D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D030D2

Black with #D030D2

Text Example


Text Example

White with #D030D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D030D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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