Html Css Color HEX #D741EE Free Speech Magenta

📋 copy color: '#D741EE'

red 215 ◦ green 65 ◦ blue 238

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

Shades of Free Speech Magenta #D741EE

Tints of Free Speech Magenta #D741EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.95%

R = 41.51%
G = 12.55%
B = 45.95%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D741EE (or 0xD741EE) is known color: Free Speech Magenta. HEX triplet: D7, 41 and EE. RGB value is (215,65,238). Sum of RGB (Red+Green+Blue) = 215+65+238=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 65 (25.78% from 255 or 12.55% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #D741EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D741EE is #28BE11. Grayscale: #818181. Windows color (decimal): -2670098 or 15614423. OLE color: 15614423.

HSL color Cylindrical-coordinate representation of color #D741EE: hue angle of 292.02º degrees, saturation: 0.84, 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 #D741EE is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 215 65 238 -
CMYK 0.10 0.73 0 0.07
HSL 292.02º 0.84% 0.59% -
HSV(B) 292.02º 0.73% 0.93% -
XYZ 45.35 24.4 83.21 -
YUV 129.57 189.2 188.93 -
System Red Green Blue C M Y K H S L
Decimal 215 65 238 0.10 0.73 0 0.07 292.02 0.84 0.59
Hex D7 41 EE A 49 0 7 124 54 3B
Octal 327 101 356 12 111 0 7 444 124 73
Binary 11010111 1000001 11101110 1010 1001001 0 111 100100100 1010100 111011

Color Harmonies of #D741EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D741EE

Black with #D741EE

Text Example


Text Example

White with #D741EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D741EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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