Html Css Color HEX #D741E6 Free Speech Magenta

📋 copy color: '#D741E6'

red 215 ◦ green 65 ◦ blue 230

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

Shades of Free Speech Magenta #D741E6

Tints of Free Speech Magenta #D741E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.1%

R = 42.16%
G = 12.75%
B = 45.1%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D741E6 (or 0xD741E6) is known color: Free Speech Magenta. HEX triplet: D7, 41 and E6. RGB value is (215,65,230). Sum of RGB (Red+Green+Blue) = 215+65+230=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 65 (25.78% from 255 or 12.75% from 510); Blue value is 230 (90.23% from 255 or 45.10% from 510); Max value from RGB is 230 - color contains mainly: blue. Hex color #D741E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D741E6 is #28BE19. Grayscale: #808080. Windows color (decimal): -2670106 or 15090135. OLE color: 15090135.

HSL color Cylindrical-coordinate representation of color #D741E6: hue angle of 294.55º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D741E6 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 215 65 230 -
CMYK 0.07 0.72 0 0.10
HSL 294.55º 0.77% 0.58% -
HSV(B) 294.55º 0.72% 0.9% -
XYZ 44.2 23.94 77.15 -
YUV 128.66 185.2 189.58 -
System Red Green Blue C M Y K H S L
Decimal 215 65 230 0.07 0.72 0 0.10 294.55 0.77 0.58
Hex D7 41 E6 7 48 0 A 127 4D 3A
Octal 327 101 346 7 110 0 12 447 115 72
Binary 11010111 1000001 11100110 111 1001000 0 1010 100100111 1001101 111010

Color Harmonies of #D741E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D741E6

Black with #D741E6

Text Example


Text Example

White with #D741E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D741E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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