Html Css Color HEX #D035C4 Fuchsia

📋 copy color: '#D035C4'

red 208 ◦ green 53 ◦ blue 196

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

Shades of Fuchsia #D035C4

Tints of Fuchsia #D035C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.89%

R = 45.51%
G = 11.6%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D035C4 (or 0xD035C4) is known color: Fuchsia. HEX triplet: D0, 35 and C4. RGB value is (208,53,196). Sum of RGB (Red+Green+Blue) = 208+53+196=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 53 (21.09% from 255 or 11.60% from 457); Blue value is 196 (76.95% from 255 or 42.89% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D035C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D035C4 is #2FCA3B. Grayscale: #737373. Windows color (decimal): -3131964 or 12858832. OLE color: 12858832.

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

Color convert

RGB 208 53 196 -
CMYK 0 0.75 0.06 0.18
HSL 304.65º 0.62% 0.51% -
HSV(B) 304.65º 0.75% 0.82% -
XYZ 37.25 19.94 54.11 -
YUV 115.65 173.35 193.87 -
System Red Green Blue C M Y K H S L
Decimal 208 53 196 0 0.75 0.06 0.18 304.65 0.62 0.51
Hex D0 35 C4 0 4B 6 12 131 3E 33
Octal 320 65 304 0 113 6 22 461 76 63
Binary 11010000 110101 11000100 0 1001011 110 10010 100110001 111110 110011

Color Harmonies of #D035C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D035C4

Black with #D035C4

Text Example


Text Example

White with #D035C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D035C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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