Html Css Color HEX #D741ED Free Speech Magenta

📋 copy color: '#D741ED'

red 215 ◦ green 65 ◦ blue 237

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

Shades of Free Speech Magenta #D741ED

Tints of Free Speech Magenta #D741ED

RGB

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

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

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

R = 41.59%
G = 12.57%
B = 45.84%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D741ED (or 0xD741ED) is known color: Free Speech Magenta. HEX triplet: D7, 41 and ED. RGB value is (215,65,237). Sum of RGB (Red+Green+Blue) = 215+65+237=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 65 (25.78% from 255 or 12.57% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #D741ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D741ED is #28BE12. Grayscale: #808080. Windows color (decimal): -2670099 or 15548887. OLE color: 15548887.

HSL color Cylindrical-coordinate representation of color #D741ED: hue angle of 292.33º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D741ED is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 215 65 237 -
CMYK 0.09 0.73 0 0.07
HSL 292.33º 0.83% 0.59% -
HSV(B) 292.33º 0.73% 0.93% -
XYZ 45.2 24.34 82.44 -
YUV 129.46 188.7 189.01 -
System Red Green Blue C M Y K H S L
Decimal 215 65 237 0.09 0.73 0 0.07 292.33 0.83 0.59
Hex D7 41 ED 9 49 0 7 124 53 3B
Octal 327 101 355 11 111 0 7 444 123 73
Binary 11010111 1000001 11101101 1001 1001001 0 111 100100100 1010011 111011

Color Harmonies of #D741ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D741ED

Black with #D741ED

Text Example


Text Example

White with #D741ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D741ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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