Html Css Color HEX #D749ED Free Speech Magenta

📋 copy color: '#D749ED'

red 215 ◦ green 73 ◦ blue 237

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

Shades of Free Speech Magenta #D749ED

Tints of Free Speech Magenta #D749ED

RGB

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

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

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

R = 40.95%
G = 13.9%
B = 45.14%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D749ED (or 0xD749ED) is known color: Free Speech Magenta. HEX triplet: D7, 49 and ED. RGB value is (215,73,237). Sum of RGB (Red+Green+Blue) = 215+73+237=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 73 (28.91% from 255 or 13.90% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #D749ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D749ED is #28B612. Grayscale: #858585. Windows color (decimal): -2668051 or 15550935. OLE color: 15550935.

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

Color convert

RGB 215 73 237 -
CMYK 0.09 0.69 0 0.07
HSL 291.95º 0.82% 0.61% -
HSV(B) 291.95º 0.69% 0.93% -
XYZ 45.69 25.33 82.6 -
YUV 134.15 186.04 185.66 -
System Red Green Blue C M Y K H S L
Decimal 215 73 237 0.09 0.69 0 0.07 291.95 0.82 0.61
Hex D7 49 ED 9 45 0 7 124 52 3D
Octal 327 111 355 11 105 0 7 444 122 75
Binary 11010111 1001001 11101101 1001 1000101 0 111 100100100 1010010 111101

Color Harmonies of #D749ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D749ED

Black with #D749ED

Text Example


Text Example

White with #D749ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D749ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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