Html Css Color HEX #D035B7 Fuchsia

📋 copy color: '#D035B7'

red 208 ◦ green 53 ◦ blue 183

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

Shades of Fuchsia #D035B7

Tints of Fuchsia #D035B7

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.94%

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

R = 46.85%
G = 11.94%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D035B7 (or 0xD035B7) is known color: Fuchsia. HEX triplet: D0, 35 and B7. RGB value is (208,53,183). Sum of RGB (Red+Green+Blue) = 208+53+183=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 53 (21.09% from 255 or 11.94% from 444); Blue value is 183 (71.88% from 255 or 41.22% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D035B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D035B7 is #2FCA48. Grayscale: #717171. Windows color (decimal): -3131977 or 12006864. OLE color: 12006864.

HSL color Cylindrical-coordinate representation of color #D035B7: hue angle of 309.68º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D035B7 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 53 183 -
CMYK 0 0.75 0.12 0.18
HSL 309.68º 0.62% 0.51% -
HSV(B) 309.68º 0.75% 0.82% -
XYZ 35.83 19.38 46.65 -
YUV 114.17 166.85 194.93 -
System Red Green Blue C M Y K H S L
Decimal 208 53 183 0 0.75 0.12 0.18 309.68 0.62 0.51
Hex D0 35 B7 0 4B C 12 136 3E 33
Octal 320 65 267 0 113 14 22 466 76 63
Binary 11010000 110101 10110111 0 1001011 1100 10010 100110110 111110 110011

Color Harmonies of #D035B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D035B7

Black with #D035B7

Text Example


Text Example

White with #D035B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D035B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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