Html Css Color HEX #D539F6 Free Speech Magenta

📋 copy color: '#D539F6'

red 213 ◦ green 57 ◦ blue 246

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

Shades of Free Speech Magenta #D539F6

Tints of Free Speech Magenta #D539F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.67%

R = 41.28%
G = 11.05%
B = 47.67%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D539F6 (or 0xD539F6) is known color: Free Speech Magenta. HEX triplet: D5, 39 and F6. RGB value is (213,57,246). Sum of RGB (Red+Green+Blue) = 213+57+246=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 57 (22.66% from 255 or 11.05% from 516); Blue value is 246 (96.48% from 255 or 47.67% from 516); Max value from RGB is 246 - color contains mainly: blue. Hex color #D539F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D539F6 is #2AC609. Grayscale: #7C7C7C. Windows color (decimal): -2803210 or 16136661. OLE color: 16136661.

HSL color Cylindrical-coordinate representation of color #D539F6: hue angle of 289.52º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D539F6 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 57 246 -
CMYK 0.13 0.77 0 0.04
HSL 289.52º 0.91% 0.59% -
HSV(B) 289.52º 0.77% 0.96% -
XYZ 45.54 23.73 89.37 -
YUV 125.19 196.18 190.63 -
System Red Green Blue C M Y K H S L
Decimal 213 57 246 0.13 0.77 0 0.04 289.52 0.91 0.59
Hex D5 39 F6 D 4D 0 4 122 5B 3B
Octal 325 71 366 15 115 0 4 442 133 73
Binary 11010101 111001 11110110 1101 1001101 0 100 100100010 1011011 111011

Color Harmonies of #D539F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D539F6

Black with #D539F6

Text Example


Text Example

White with #D539F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D539F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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