Html Css Color HEX #D035B2 Fuchsia

📋 copy color: '#D035B2'

red 208 ◦ green 53 ◦ blue 178

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

Shades of Fuchsia #D035B2

Tints of Fuchsia #D035B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.55%

R = 47.38%
G = 12.07%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D035B2 (or 0xD035B2) is known color: Fuchsia. HEX triplet: D0, 35 and B2. RGB value is (208,53,178). Sum of RGB (Red+Green+Blue) = 208+53+178=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 53 (21.09% from 255 or 12.07% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D035B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D035B2 is #2FCA4D. Grayscale: #717171. Windows color (decimal): -3131982 or 11679184. OLE color: 11679184.

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

Color convert

RGB 208 53 178 -
CMYK 0 0.75 0.14 0.18
HSL 311.61º 0.62% 0.51% -
HSV(B) 311.61º 0.75% 0.82% -
XYZ 35.32 19.17 43.96 -
YUV 113.6 164.35 195.34 -
System Red Green Blue C M Y K H S L
Decimal 208 53 178 0 0.75 0.14 0.18 311.61 0.62 0.51
Hex D0 35 B2 0 4B E 12 138 3E 33
Octal 320 65 262 0 113 16 22 470 76 63
Binary 11010000 110101 10110010 0 1001011 1110 10010 100111000 111110 110011

Color Harmonies of #D035B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D035B2

Black with #D035B2

Text Example


Text Example

White with #D035B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D035B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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