Html Css Color HEX #D740EE Free Speech Magenta

📋 copy color: '#D740EE'

red 215 ◦ green 64 ◦ blue 238

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

Shades of Free Speech Magenta #D740EE

Tints of Free Speech Magenta #D740EE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.38%

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

R = 41.59%
G = 12.38%
B = 46.03%

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

#D740EE (or 0xD740EE) is known color: Free Speech Magenta. HEX triplet: D7, 40 and EE. RGB value is (215,64,238). Sum of RGB (Red+Green+Blue) = 215+64+238=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 64 (25.39% from 255 or 12.38% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #D740EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D740EE is #28BF11. Grayscale: #808080. Windows color (decimal): -2670354 or 15614167. OLE color: 15614167.

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

Color convert

RGB 215 64 238 -
CMYK 0.10 0.73 0 0.07
HSL 292.07º 0.84% 0.59% -
HSV(B) 292.07º 0.73% 0.93% -
XYZ 45.29 24.29 83.19 -
YUV 128.99 189.53 189.35 -
System Red Green Blue C M Y K H S L
Decimal 215 64 238 0.10 0.73 0 0.07 292.07 0.84 0.59
Hex D7 40 EE A 49 0 7 124 54 3B
Octal 327 100 356 12 111 0 7 444 124 73
Binary 11010111 1000000 11101110 1010 1001001 0 111 100100100 1010100 111011

Color Harmonies of #D740EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D740EE

Black with #D740EE

Text Example


Text Example

White with #D740EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D740EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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