Html Css Color HEX #D030B7 Fuchsia

📋 copy color: '#D030B7'

red 208 ◦ green 48 ◦ blue 183

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

Shades of Fuchsia #D030B7

Tints of Fuchsia #D030B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.69%

R = 47.38%
G = 10.93%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D030B7 (or 0xD030B7) is known color: Fuchsia. HEX triplet: D0, 30 and B7. RGB value is (208,48,183). Sum of RGB (Red+Green+Blue) = 208+48+183=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 183 (71.88% from 255 or 41.69% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D030B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D030B7 is #2FCF48. Grayscale: #6E6E6E. Windows color (decimal): -3133257 or 12005584. OLE color: 12005584.

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

Color convert

RGB 208 48 183 -
CMYK 0 0.77 0.12 0.18
HSL 309.38º 0.63% 0.5% -
HSV(B) 309.38º 0.77% 0.82% -
XYZ 35.62 18.94 46.58 -
YUV 111.23 168.51 197.02 -
System Red Green Blue C M Y K H S L
Decimal 208 48 183 0 0.77 0.12 0.18 309.38 0.63 0.5
Hex D0 30 B7 0 4D C 12 135 3F 32
Octal 320 60 267 0 115 14 22 465 77 62
Binary 11010000 110000 10110111 0 1001101 1100 10010 100110101 111111 110010

Color Harmonies of #D030B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D030B7

Black with #D030B7

Text Example


Text Example

White with #D030B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D030B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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