Html Css Color HEX #D035D5 Fuchsia

📋 copy color: '#D035D5'

red 208 ◦ green 53 ◦ blue 213

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

Shades of Fuchsia #D035D5

Tints of Fuchsia #D035D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.94%

R = 43.88%
G = 11.18%
B = 44.94%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D035D5 (or 0xD035D5) is known color: Fuchsia. HEX triplet: D0, 35 and D5. RGB value is (208,53,213). Sum of RGB (Red+Green+Blue) = 208+53+213=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 53 (21.09% from 255 or 11.18% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 213 - color contains mainly: blue. Hex color #D035D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D035D5 is #2FCA2A. Grayscale: #757575. Windows color (decimal): -3131947 or 13972944. OLE color: 13972944.

HSL color Cylindrical-coordinate representation of color #D035D5: hue angle of 298.12º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D035D5 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 53 213 -
CMYK 0.02 0.75 0 0.16
HSL 298.13º 0.66% 0.52% -
HSV(B) 298.13º 0.75% 0.84% -
XYZ 39.3 20.76 64.89 -
YUV 117.59 181.85 192.49 -
System Red Green Blue C M Y K H S L
Decimal 208 53 213 0.02 0.75 0 0.16 298.13 0.66 0.52
Hex D0 35 D5 2 4B 0 10 12A 42 34
Octal 320 65 325 2 113 0 20 452 102 64
Binary 11010000 110101 11010101 10 1001011 0 10000 100101010 1000010 110100

Color Harmonies of #D035D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D035D5

Black with #D035D5

Text Example


Text Example

White with #D035D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D035D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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