Html Css Color HEX #D035C7 Fuchsia

📋 copy color: '#D035C7'

red 208 ◦ green 53 ◦ blue 199

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

Shades of Fuchsia #D035C7

Tints of Fuchsia #D035C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.26%

R = 45.22%
G = 11.52%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D035C7 (or 0xD035C7) is known color: Fuchsia. HEX triplet: D0, 35 and C7. RGB value is (208,53,199). Sum of RGB (Red+Green+Blue) = 208+53+199=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 53 (21.09% from 255 or 11.52% from 460); Blue value is 199 (78.12% from 255 or 43.26% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D035C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D035C7 is #2FCA38. Grayscale: #737373. Windows color (decimal): -3131961 or 13055440. OLE color: 13055440.

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

Color convert

RGB 208 53 199 -
CMYK 0 0.75 0.04 0.18
HSL 303.48º 0.62% 0.51% -
HSV(B) 303.48º 0.75% 0.82% -
XYZ 37.59 20.08 55.93 -
YUV 115.99 174.85 193.63 -
System Red Green Blue C M Y K H S L
Decimal 208 53 199 0 0.75 0.04 0.18 303.48 0.62 0.51
Hex D0 35 C7 0 4B 4 12 12F 3E 33
Octal 320 65 307 0 113 4 22 457 76 63
Binary 11010000 110101 11000111 0 1001011 100 10010 100101111 111110 110011

Color Harmonies of #D035C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D035C7

Black with #D035C7

Text Example


Text Example

White with #D035C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D035C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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