Html Css Color HEX #D035C6 Fuchsia

📋 copy color: '#D035C6'

red 208 ◦ green 53 ◦ blue 198

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

Shades of Fuchsia #D035C6

Tints of Fuchsia #D035C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.14%

R = 45.32%
G = 11.55%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D035C6 (or 0xD035C6) is known color: Fuchsia. HEX triplet: D0, 35 and C6. RGB value is (208,53,198). Sum of RGB (Red+Green+Blue) = 208+53+198=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 53 (21.09% from 255 or 11.55% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D035C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D035C6 is #2FCA39. Grayscale: #737373. Windows color (decimal): -3131962 or 12989904. OLE color: 12989904.

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

Color convert

RGB 208 53 198 -
CMYK 0 0.75 0.05 0.18
HSL 303.87º 0.62% 0.51% -
HSV(B) 303.87º 0.75% 0.82% -
XYZ 37.48 20.03 55.32 -
YUV 115.88 174.35 193.71 -
System Red Green Blue C M Y K H S L
Decimal 208 53 198 0 0.75 0.05 0.18 303.87 0.62 0.51
Hex D0 35 C6 0 4B 5 12 130 3E 33
Octal 320 65 306 0 113 5 22 460 76 63
Binary 11010000 110101 11000110 0 1001011 101 10010 100110000 111110 110011

Color Harmonies of #D035C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D035C6

Black with #D035C6

Text Example


Text Example

White with #D035C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D035C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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