Html Css Color HEX #D846F0 Free Speech Magenta

📋 copy color: '#D846F0'

red 216 ◦ green 70 ◦ blue 240

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

Shades of Free Speech Magenta #D846F0

Tints of Free Speech Magenta #D846F0

RGB

 RED value IS 216 (84.77% from 255) = 41.06%

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

 BLUE value IS 240 (94.14% from 255) = 45.63%

R = 41.06%
G = 13.31%
B = 45.63%

CMYK

 C value IS 0.1

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D846F0 (or 0xD846F0) is known color: Free Speech Magenta. HEX triplet: D8, 46 and F0. RGB value is (216,70,240). Sum of RGB (Red+Green+Blue) = 216+70+240=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 70 (27.73% from 255 or 13.31% from 526); Blue value is 240 (94.14% from 255 or 45.63% from 526); Max value from RGB is 240 - color contains mainly: blue. Hex color #D846F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D846F0 is #27B90F. Grayscale: #848484. Windows color (decimal): -2603280 or 15746776. OLE color: 15746776.

HSL color Cylindrical-coordinate representation of color #D846F0: hue angle of 291.53º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D846F0 is Cyan = 0.1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 216 70 240 -
CMYK 0.1 0.71 0 0.06
HSL 291.53º 0.85% 0.61% -
HSV(B) 291.53º 0.71% 0.94% -
XYZ 46.24 25.27 84.88 -
YUV 133.03 188.37 187.18 -
System Red Green Blue C M Y K H S L
Decimal 216 70 240 0.1 0.71 0 0.06 291.53 0.85 0.61
Hex D8 46 F0 A 47 0 6 124 55 3D
Octal 330 106 360 12 107 0 6 444 125 75
Binary 11011000 1000110 11110000 1010 1000111 0 110 100100100 1010101 111101

Color Harmonies of #D846F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D846F0

Black with #D846F0

Text Example


Text Example

White with #D846F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D846F0; }

 p { color: rgb(216,70,240); }

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

background-color css

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

 a { background-color: rgb(216,70,240); }

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

border-color css

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

 span { border-color: rgb(216,70,240); }

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