Html Css Color HEX #D740EC Free Speech Magenta

📋 copy color: '#D740EC'

red 215 ◦ green 64 ◦ blue 236

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

Shades of Free Speech Magenta #D740EC

Tints of Free Speech Magenta #D740EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.83%

R = 41.75%
G = 12.43%
B = 45.83%

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

#D740EC (or 0xD740EC) is known color: Free Speech Magenta. HEX triplet: D7, 40 and EC. RGB value is (215,64,236). Sum of RGB (Red+Green+Blue) = 215+64+236=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 64 (25.39% from 255 or 12.43% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #D740EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D740EC is #28BF13. Grayscale: #808080. Windows color (decimal): -2670356 or 15483095. OLE color: 15483095.

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

Color convert

RGB 215 64 236 -
CMYK 0.09 0.73 0 0.07
HSL 292.67º 0.82% 0.59% -
HSV(B) 292.67º 0.73% 0.93% -
XYZ 45 24.17 81.65 -
YUV 128.76 188.53 189.51 -
System Red Green Blue C M Y K H S L
Decimal 215 64 236 0.09 0.73 0 0.07 292.67 0.82 0.59
Hex D7 40 EC 9 49 0 7 125 52 3B
Octal 327 100 354 11 111 0 7 445 122 73
Binary 11010111 1000000 11101100 1001 1001001 0 111 100100101 1010010 111011

Color Harmonies of #D740EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D740EC

Black with #D740EC

Text Example


Text Example

White with #D740EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D740EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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