Html Css Color HEX #D035D1 Fuchsia

📋 copy color: '#D035D1'

red 208 ◦ green 53 ◦ blue 209

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

Shades of Fuchsia #D035D1

Tints of Fuchsia #D035D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.47%

R = 44.26%
G = 11.28%
B = 44.47%

CMYK

 C value IS 0.00

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D035D1 (or 0xD035D1) is known color: Fuchsia. HEX triplet: D0, 35 and D1. RGB value is (208,53,209). Sum of RGB (Red+Green+Blue) = 208+53+209=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 53 (21.09% from 255 or 11.28% from 470); Blue value is 209 (82.03% from 255 or 44.47% from 470); Max value from RGB is 209 - color contains mainly: blue. Hex color #D035D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D035D1 is #2FCA2E. Grayscale: #747474. Windows color (decimal): -3131951 or 13710800. OLE color: 13710800.

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

Color convert

RGB 208 53 209 -
CMYK 0.00 0.75 0 0.18
HSL 299.62º 0.63% 0.51% -
HSV(B) 299.62º 0.75% 0.82% -
XYZ 38.79 20.56 62.25 -
YUV 117.13 179.85 192.82 -
System Red Green Blue C M Y K H S L
Decimal 208 53 209 0.00 0.75 0 0.18 299.62 0.63 0.51
Hex D0 35 D1 0 4B 0 12 12C 3F 33
Octal 320 65 321 0 113 0 22 454 77 63
Binary 11010000 110101 11010001 0 1001011 0 10010 100101100 111111 110011

Color Harmonies of #D035D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D035D1

Black with #D035D1

Text Example


Text Example

White with #D035D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D035D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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