Html Css Color HEX #D649ED Free Speech Magenta

📋 copy color: '#D649ED'

red 214 ◦ green 73 ◦ blue 237

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

Shades of Free Speech Magenta #D649ED

Tints of Free Speech Magenta #D649ED

RGB

 RED value IS 214 (83.98% from 255) = 40.84%

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

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

R = 40.84%
G = 13.93%
B = 45.23%

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

#D649ED (or 0xD649ED) is known color: Free Speech Magenta. HEX triplet: D6, 49 and ED. RGB value is (214,73,237). Sum of RGB (Red+Green+Blue) = 214+73+237=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 73 (28.91% from 255 or 13.93% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #D649ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D649ED is #29B612. Grayscale: #858585. Windows color (decimal): -2733587 or 15550934. OLE color: 15550934.

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

Color convert

RGB 214 73 237 -
CMYK 0.10 0.69 0 0.07
HSL 291.59º 0.82% 0.61% -
HSV(B) 291.59º 0.69% 0.93% -
XYZ 45.4 25.18 82.59 -
YUV 133.86 186.21 185.16 -
System Red Green Blue C M Y K H S L
Decimal 214 73 237 0.10 0.69 0 0.07 291.59 0.82 0.61
Hex D6 49 ED A 45 0 7 124 52 3D
Octal 326 111 355 12 105 0 7 444 122 75
Binary 11010110 1001001 11101101 1010 1000101 0 111 100100100 1010010 111101

Color Harmonies of #D649ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D649ED

Black with #D649ED

Text Example


Text Example

White with #D649ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D649ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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