Html Css Color HEX #D030CD Fuchsia

📋 copy color: '#D030CD'

red 208 ◦ green 48 ◦ blue 205

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

Shades of Fuchsia #D030CD

Tints of Fuchsia #D030CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.47%

R = 45.12%
G = 10.41%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D030CD (or 0xD030CD) is known color: Fuchsia. HEX triplet: D0, 30 and CD. RGB value is (208,48,205). Sum of RGB (Red+Green+Blue) = 208+48+205=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 48 (19.14% from 255 or 10.41% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D030CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D030CD is #2FCF32. Grayscale: #717171. Windows color (decimal): -3133235 or 13447376. OLE color: 13447376.

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

Color convert

RGB 208 48 205 -
CMYK 0 0.77 0.01 0.18
HSL 301.13º 0.63% 0.5% -
HSV(B) 301.13º 0.77% 0.82% -
XYZ 38.09 19.93 59.6 -
YUV 113.74 179.51 195.23 -
System Red Green Blue C M Y K H S L
Decimal 208 48 205 0 0.77 0.01 0.18 301.13 0.63 0.5
Hex D0 30 CD 0 4D 1 12 12D 3F 32
Octal 320 60 315 0 115 1 22 455 77 62
Binary 11010000 110000 11001101 0 1001101 1 10010 100101101 111111 110010

Color Harmonies of #D030CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D030CD

Black with #D030CD

Text Example


Text Example

White with #D030CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D030CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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