Html Css Color HEX #D035D0 Fuchsia

📋 copy color: '#D035D0'

red 208 ◦ green 53 ◦ blue 208

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

Shades of Fuchsia #D035D0

Tints of Fuchsia #D035D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.35%

R = 44.35%
G = 11.3%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D035D0 (or 0xD035D0) is known color: Fuchsia. HEX triplet: D0, 35 and D0. RGB value is (208,53,208). Sum of RGB (Red+Green+Blue) = 208+53+208=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 53 (21.09% from 255 or 11.30% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D035D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D035D0 is #2FCA2F. Grayscale: #747474. Windows color (decimal): -3131952 or 13645264. OLE color: 13645264.

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

Color convert

RGB 208 53 208 -
CMYK 0 0.75 0 0.18
HSL 300º 0.62% 0.51% -
HSV(B) 300º 0.75% 0.82% -
XYZ 38.67 20.51 61.6 -
YUV 117.02 179.35 192.9 -
System Red Green Blue C M Y K H S L
Decimal 208 53 208 0 0.75 0 0.18 300 0.62 0.51
Hex D0 35 D0 0 4B 0 12 12C 3E 33
Octal 320 65 320 0 113 0 22 454 76 63
Binary 11010000 110101 11010000 0 1001011 0 10010 100101100 111110 110011

Color Harmonies of #D035D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D035D0

Black with #D035D0

Text Example


Text Example

White with #D035D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D035D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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