Html Css Color HEX #D030D0 Fuchsia

📋 copy color: '#D030D0'

red 208 ◦ green 48 ◦ blue 208

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

Shades of Fuchsia #D030D0

Tints of Fuchsia #D030D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.83%

R = 44.83%
G = 10.34%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D030D0 (or 0xD030D0) is known color: Fuchsia. HEX triplet: D0, 30 and D0. RGB value is (208,48,208). Sum of RGB (Red+Green+Blue) = 208+48+208=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 48 (19.14% from 255 or 10.34% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D030D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D030D0 is #2FCF2F. Grayscale: #717171. Windows color (decimal): -3133232 or 13643984. OLE color: 13643984.

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

Color convert

RGB 208 48 208 -
CMYK 0 0.77 0 0.18
HSL 300º 0.63% 0.5% -
HSV(B) 300º 0.77% 0.82% -
XYZ 38.45 20.08 61.52 -
YUV 114.08 181.01 194.99 -
System Red Green Blue C M Y K H S L
Decimal 208 48 208 0 0.77 0 0.18 300 0.63 0.5
Hex D0 30 D0 0 4D 0 12 12C 3F 32
Octal 320 60 320 0 115 0 22 454 77 62
Binary 11010000 110000 11010000 0 1001101 0 10010 100101100 111111 110010

Color Harmonies of #D030D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D030D0

Black with #D030D0

Text Example


Text Example

White with #D030D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D030D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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