Html Css Color HEX #D539D0 Fuchsia

📋 copy color: '#D539D0'

red 213 ◦ green 57 ◦ blue 208

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

Shades of Fuchsia #D539D0

Tints of Fuchsia #D539D0

RGB

 RED value IS 213 (83.59% from 255) = 44.56%

 GREEN value IS 57 (22.66% from 255) = 11.92%

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

R = 44.56%
G = 11.92%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D539D0 (or 0xD539D0) is known color: Fuchsia. HEX triplet: D5, 39 and D0. RGB value is (213,57,208). Sum of RGB (Red+Green+Blue) = 213+57+208=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 57 (22.66% from 255 or 11.92% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D539D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D539D0 is #2AC62F. Grayscale: #787878. Windows color (decimal): -2803248 or 13646293. OLE color: 13646293.

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

Color convert

RGB 213 57 208 -
CMYK 0 0.73 0.02 0.16
HSL 301.92º 0.65% 0.53% -
HSV(B) 301.92º 0.73% 0.84% -
XYZ 40.29 21.63 61.73 -
YUV 120.86 177.18 193.72 -
System Red Green Blue C M Y K H S L
Decimal 213 57 208 0 0.73 0.02 0.16 301.92 0.65 0.53
Hex D5 39 D0 0 49 2 10 12E 41 35
Octal 325 71 320 0 111 2 20 456 101 65
Binary 11010101 111001 11010000 0 1001001 10 10000 100101110 1000001 110101

Color Harmonies of #D539D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D539D0

Black with #D539D0

Text Example


Text Example

White with #D539D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D539D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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