Html Css Color HEX #D946ED Free Speech Magenta

📋 copy color: '#D946ED'

red 217 ◦ green 70 ◦ blue 237

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

Shades of Free Speech Magenta #D946ED

Tints of Free Speech Magenta #D946ED

RGB

 RED value IS 217 (85.16% from 255) = 41.41%

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

 BLUE value IS 237 (92.97% from 255) = 45.23%

R = 41.41%
G = 13.36%
B = 45.23%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D946ED (or 0xD946ED) is known color: Free Speech Magenta. HEX triplet: D9, 46 and ED. RGB value is (217,70,237). Sum of RGB (Red+Green+Blue) = 217+70+237=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 70 (27.73% from 255 or 13.36% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #D946ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D946ED is #26B912. Grayscale: #848484. Windows color (decimal): -2537747 or 15550169. OLE color: 15550169.

HSL color Cylindrical-coordinate representation of color #D946ED: hue angle of 292.81º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D946ED is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 70 237 -
CMYK 0.08 0.70 0 0.07
HSL 292.81º 0.82% 0.6% -
HSV(B) 292.81º 0.7% 0.93% -
XYZ 46.09 25.25 82.56 -
YUV 132.99 186.7 187.92 -
System Red Green Blue C M Y K H S L
Decimal 217 70 237 0.08 0.70 0 0.07 292.81 0.82 0.6
Hex D9 46 ED 8 46 0 7 125 52 3C
Octal 331 106 355 10 106 0 7 445 122 74
Binary 11011001 1000110 11101101 1000 1000110 0 111 100100101 1010010 111100

Color Harmonies of #D946ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D946ED

Black with #D946ED

Text Example


Text Example

White with #D946ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D946ED; }

 p { color: rgb(217,70,237); }

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

background-color css

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

 a { background-color: rgb(217,70,237); }

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

border-color css

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

 span { border-color: rgb(217,70,237); }

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