Html Css Color HEX #D030AF Fuchsia

📋 copy color: '#D030AF'

red 208 ◦ green 48 ◦ blue 175

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

Shades of Fuchsia #D030AF

Tints of Fuchsia #D030AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.6%

R = 48.26%
G = 11.14%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D030AF (or 0xD030AF) is known color: Fuchsia. HEX triplet: D0, 30 and AF. RGB value is (208,48,175). Sum of RGB (Red+Green+Blue) = 208+48+175=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D030AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D030AF is #2FCF50. Grayscale: #6D6D6D. Windows color (decimal): -3133265 or 11481296. OLE color: 11481296.

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

Color convert

RGB 208 48 175 -
CMYK 0 0.77 0.16 0.18
HSL 312.38º 0.63% 0.5% -
HSV(B) 312.38º 0.77% 0.82% -
XYZ 34.81 18.62 42.32 -
YUV 110.32 164.51 197.67 -
System Red Green Blue C M Y K H S L
Decimal 208 48 175 0 0.77 0.16 0.18 312.38 0.63 0.5
Hex D0 30 AF 0 4D 10 12 138 3F 32
Octal 320 60 257 0 115 20 22 470 77 62
Binary 11010000 110000 10101111 0 1001101 10000 10010 100111000 111111 110010

Color Harmonies of #D030AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D030AF

Black with #D030AF

Text Example


Text Example

White with #D030AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D030AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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