Html Css Color HEX #D741F8 Free Speech Magenta

📋 copy color: '#D741F8'

red 215 ◦ green 65 ◦ blue 248

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

Shades of Free Speech Magenta #D741F8

Tints of Free Speech Magenta #D741F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 46.97%

R = 40.72%
G = 12.31%
B = 46.97%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D741F8 (or 0xD741F8) is known color: Free Speech Magenta. HEX triplet: D7, 41 and F8. RGB value is (215,65,248). Sum of RGB (Red+Green+Blue) = 215+65+248=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 65 (25.78% from 255 or 12.31% from 528); Blue value is 248 (97.27% from 255 or 46.97% from 528); Max value from RGB is 248 - color contains mainly: blue. Hex color #D741F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D741F8 is #28BE07. Grayscale: #828282. Windows color (decimal): -2670088 or 16269783. OLE color: 16269783.

HSL color Cylindrical-coordinate representation of color #D741F8: hue angle of 289.18º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D741F8 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 215 65 248 -
CMYK 0.13 0.74 0 0.03
HSL 289.18º 0.93% 0.61% -
HSV(B) 289.18º 0.74% 0.97% -
XYZ 46.86 25 91.16 -
YUV 130.71 194.2 188.12 -
System Red Green Blue C M Y K H S L
Decimal 215 65 248 0.13 0.74 0 0.03 289.18 0.93 0.61
Hex D7 41 F8 D 4A 0 3 121 5D 3D
Octal 327 101 370 15 112 0 3 441 135 75
Binary 11010111 1000001 11111000 1101 1001010 0 11 100100001 1011101 111101

Color Harmonies of #D741F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D741F8

Black with #D741F8

Text Example


Text Example

White with #D741F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D741F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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