Html Css Color HEX #D030CC Fuchsia

📋 copy color: '#D030CC'

red 208 ◦ green 48 ◦ blue 204

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

Shades of Fuchsia #D030CC

Tints of Fuchsia #D030CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.35%

R = 45.22%
G = 10.43%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D030CC (or 0xD030CC) is known color: Fuchsia. HEX triplet: D0, 30 and CC. RGB value is (208,48,204). Sum of RGB (Red+Green+Blue) = 208+48+204=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 48 (19.14% from 255 or 10.43% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D030CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D030CC is #2FCF33. Grayscale: #717171. Windows color (decimal): -3133236 or 13381840. OLE color: 13381840.

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

Color convert

RGB 208 48 204 -
CMYK 0 0.77 0.02 0.18
HSL 301.5º 0.63% 0.5% -
HSV(B) 301.5º 0.77% 0.82% -
XYZ 37.97 19.88 58.96 -
YUV 113.62 179.01 195.32 -
System Red Green Blue C M Y K H S L
Decimal 208 48 204 0 0.77 0.02 0.18 301.5 0.63 0.5
Hex D0 30 CC 0 4D 2 12 12E 3F 32
Octal 320 60 314 0 115 2 22 456 77 62
Binary 11010000 110000 11001100 0 1001101 10 10010 100101110 111111 110010

Color Harmonies of #D030CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D030CC

Black with #D030CC

Text Example


Text Example

White with #D030CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D030CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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