Html Css Color HEX #D749EE Free Speech Magenta

📋 copy color: '#D749EE'

red 215 ◦ green 73 ◦ blue 238

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

Shades of Free Speech Magenta #D749EE

Tints of Free Speech Magenta #D749EE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.88%

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

R = 40.87%
G = 13.88%
B = 45.25%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D749EE (or 0xD749EE) is known color: Free Speech Magenta. HEX triplet: D7, 49 and EE. RGB value is (215,73,238). Sum of RGB (Red+Green+Blue) = 215+73+238=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 73 (28.91% from 255 or 13.88% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #D749EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D749EE is #28B611. Grayscale: #858585. Windows color (decimal): -2668050 or 15616471. OLE color: 15616471.

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

Color convert

RGB 215 73 238 -
CMYK 0.10 0.69 0 0.07
HSL 291.64º 0.83% 0.61% -
HSV(B) 291.64º 0.69% 0.93% -
XYZ 45.84 25.39 83.37 -
YUV 134.27 186.54 185.58 -
System Red Green Blue C M Y K H S L
Decimal 215 73 238 0.10 0.69 0 0.07 291.64 0.83 0.61
Hex D7 49 EE A 45 0 7 124 53 3D
Octal 327 111 356 12 105 0 7 444 123 75
Binary 11010111 1001001 11101110 1010 1000101 0 111 100100100 1010011 111101

Color Harmonies of #D749EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D749EE

Black with #D749EE

Text Example


Text Example

White with #D749EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D749EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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