Html Css Color HEX #D030C8 Fuchsia

📋 copy color: '#D030C8'

red 208 ◦ green 48 ◦ blue 200

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

Shades of Fuchsia #D030C8

Tints of Fuchsia #D030C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.86%

R = 45.61%
G = 10.53%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D030C8 (or 0xD030C8) is known color: Fuchsia. HEX triplet: D0, 30 and C8. RGB value is (208,48,200). Sum of RGB (Red+Green+Blue) = 208+48+200=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 48 (19.14% from 255 or 10.53% from 456); Blue value is 200 (78.52% from 255 or 43.86% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D030C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D030C8 is #2FCF37. Grayscale: #707070. Windows color (decimal): -3133240 or 13119696. OLE color: 13119696.

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

Color convert

RGB 208 48 200 -
CMYK 0 0.77 0.04 0.18
HSL 303º 0.63% 0.5% -
HSV(B) 303º 0.77% 0.82% -
XYZ 37.49 19.69 56.47 -
YUV 113.17 177.01 195.64 -
System Red Green Blue C M Y K H S L
Decimal 208 48 200 0 0.77 0.04 0.18 303 0.63 0.5
Hex D0 30 C8 0 4D 4 12 12F 3F 32
Octal 320 60 310 0 115 4 22 457 77 62
Binary 11010000 110000 11001000 0 1001101 100 10010 100101111 111111 110010

Color Harmonies of #D030C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D030C8

Black with #D030C8

Text Example


Text Example

White with #D030C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D030C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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