Html Css Color HEX #D546F6 Free Speech Magenta

📋 copy color: '#D546F6'

red 213 ◦ green 70 ◦ blue 246

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

Shades of Free Speech Magenta #D546F6

Tints of Free Speech Magenta #D546F6

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.23%

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

R = 40.26%
G = 13.23%
B = 46.5%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D546F6 (or 0xD546F6) is known color: Free Speech Magenta. HEX triplet: D5, 46 and F6. RGB value is (213,70,246). Sum of RGB (Red+Green+Blue) = 213+70+246=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 70 (27.73% from 255 or 13.23% from 529); Blue value is 246 (96.48% from 255 or 46.50% from 529); Max value from RGB is 246 - color contains mainly: blue. Hex color #D546F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D546F6 is #2AB909. Grayscale: #848484. Windows color (decimal): -2799882 or 16139989. OLE color: 16139989.

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

Color convert

RGB 213 70 246 -
CMYK 0.13 0.72 0 0.04
HSL 288.75º 0.91% 0.62% -
HSV(B) 288.75º 0.72% 0.96% -
XYZ 46.27 25.18 89.61 -
YUV 132.82 191.88 185.19 -
System Red Green Blue C M Y K H S L
Decimal 213 70 246 0.13 0.72 0 0.04 288.75 0.91 0.62
Hex D5 46 F6 D 48 0 4 121 5B 3E
Octal 325 106 366 15 110 0 4 441 133 76
Binary 11010101 1000110 11110110 1101 1001000 0 100 100100001 1011011 111110

Color Harmonies of #D546F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D546F6

Black with #D546F6

Text Example


Text Example

White with #D546F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D546F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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