Html Css Color HEX #D741F3 Free Speech Magenta

📋 copy color: '#D741F3'

red 215 ◦ green 65 ◦ blue 243

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

Shades of Free Speech Magenta #D741F3

Tints of Free Speech Magenta #D741F3

RGB

 RED value IS 215 (84.38% from 255) = 41.11%

 GREEN value IS 65 (25.78% from 255) = 12.43%

 BLUE value IS 243 (95.31% from 255) = 46.46%

R = 41.11%
G = 12.43%
B = 46.46%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D741F3 (or 0xD741F3) is known color: Free Speech Magenta. HEX triplet: D7, 41 and F3. RGB value is (215,65,243). Sum of RGB (Red+Green+Blue) = 215+65+243=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 65 (25.78% from 255 or 12.43% from 523); Blue value is 243 (95.31% from 255 or 46.46% from 523); Max value from RGB is 243 - color contains mainly: blue. Hex color #D741F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D741F3 is #28BE0C. Grayscale: #818181. Windows color (decimal): -2670093 or 15942103. OLE color: 15942103.

HSL color Cylindrical-coordinate representation of color #D741F3: hue angle of 290.56º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D741F3 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 215 65 243 -
CMYK 0.12 0.73 0 0.05
HSL 290.56º 0.88% 0.6% -
HSV(B) 290.56º 0.73% 0.95% -
XYZ 46.09 24.7 87.13 -
YUV 130.14 191.7 188.53 -
System Red Green Blue C M Y K H S L
Decimal 215 65 243 0.12 0.73 0 0.05 290.56 0.88 0.6
Hex D7 41 F3 C 49 0 5 123 58 3C
Octal 327 101 363 14 111 0 5 443 130 74
Binary 11010111 1000001 11110011 1100 1001001 0 101 100100011 1011000 111100

Color Harmonies of #D741F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D741F3

Black with #D741F3

Text Example


Text Example

White with #D741F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D741F3; }

 p { color: rgb(215,65,243); }

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

background-color css

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

 a { background-color: rgb(215,65,243); }

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

border-color css

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

 span { border-color: rgb(215,65,243); }

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